The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Version 0.7

    * No functional changes; drop unnecessary dependencies from PREREQ_PM in
      Makefile.PL

Version 0.6

    * No functional changes; adds build and test support for Perl 5.6 toolchains
      with the help of a variety of very ugly hacks in various places in unit
      test t/lib-Archive-Tar-Builder.t

Version 0.5

    * Feature-for-feature reimplementation in C with a small XS layer
    * Remove option of "GNU extensions"; GNU extensions are now always available
      and use is implied
    * Slightly better adherence to POSIX ustar header format, such as with ustar
      header magic

Version 0.4

    Resolve an issue of build-time modules in mk/ being picked up by
    CPAN's indexer, resulting in an "UNAUTHORIZED RELEASE" warning, by declaring
    the PMLIBDIRS value in Makefile.PL to include only 'lib', and using a trick
    (thanks RURBAN!) to cause the PAUSE indexer to not pick up the package
    declarations in the files in mk/

Version 0.3

    Initial release