summaryrefslogtreecommitdiff
path: root/cpan/Archive-Tar
Commit message (Collapse)AuthorAgeFilesLines
* Update Archive-Tar to CPAN version 1.76Chris 'BinGOs' Williams2011-01-083-3/+3
| | | | | | | [DELTA] * important changes in version 1.76 07/01/2011 - upstream blead patches from Peter Acklam
* Fix typos (spelling errors) in cpan/Archive*.Peter J. Acklam2011-01-072-11/+11
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81776] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81776 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Update Archive-Tar to CPAN version 1.74Chris 'BinGOs' Williams2010-12-183-5/+5
| | | | | | | | [DELTA] * important changes in version 1.74 18/12/2010 - Skip extracting pax extended headers, reported as RT #64038
* Update Archive-Tar to CPAN version 1.72Chris 'BinGOs' Williams2010-11-183-3/+3
| | | | | | | [DELTA] This merely brings the core and CPAN versions into sync. No code changes apart from version update.
* Update references to targrep to ptargrep in ptargrepGrant McLean2010-11-161-3/+3
| | | | Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Update Archive-Tar to CPAN version 1.70Chris 'BinGOs' Williams2010-11-154-3/+191
| | | | | | | | | | | [DELTA] * important changes in version 1.70 15/11/2010 - Add ptargrep utility courtesy of Grant McLean ** I think I found everywhere that needed updating by grepping for 'ptardiff' and adding where needed. This stuff is definitively not intuitive.
* Update Archive-Tar to CPAN version 1.68Chris 'BinGOs' Williams2010-08-184-3/+17
| | | | | | | | | | | [DELTA] * important changes in version 1.68 17/08/2010 - Apply a patch from Colin Newell that checks whether long files can be created or not in 02_methods.t. Hopefully resolves RT #57312 and RT #56163 Most importantly it should resolve test failures when building on encrypted filesystems.
* Updated Archive-Tar to CPAN version 1.66Chris 'BinGOs' Williams2010-07-264-7/+14
| | | | | | | | | | | [DELTA] * important changes in version 1.66 26/07/2010 - Applied a patch from Alexandr Ciornii [RT#59699] to Makefile.PL which produces better META.yml - Apply a patch from Alexandr Ciornii to ptar [RT#59700]: Adds option -C to allow archives created with ptar to be uploaded to PAUSE in case of Windows or world +w permissions on unix.
* Removed Archive-Tar Makefile.PL so it autogeneratesDavid Golden2010-07-181-11/+0
|
* Update Archive-Tar to CPAN version 1.64Chris 'BinGOs' Williams2010-07-134-49/+105
| | | | | | | | | | | [DELTA] * important changes in version 1.64 09/07/2010 - Removed the PERL_CORE specific chdir from all the tests - Apply a patch from David Muir Sharnoff RT #58916, "skip files via a callback and limit memory use when skipping files" - Apply a patch from Daphne Pfister RT #59150 "Assumes all references filename are IO::Handle's instead of trying to stringify."
* Updated the Archive-Tar tests to remove PERL_CORE specific chdir() code.Chris 'BinGOs' Williams2010-06-285-35/+0
|
* Update Archive-Tar to CPAN version 1.62Chris 'BinGOs' Williams2010-06-283-12/+23
| | | | | | | | | | | [DELTA] Important changes since 1.54 include: compatibility with busybox implementations of tar which was added by Mark Swayne; a fix so that write() and create_archive() close only handles they opened by Darrell K.; and a bug was fixed regarding the exit code of extract_archive which was spotted by and upstreamed from RedHat by Martin Cermak.
* Fix typo present in "our" Archive::Tar::File but not on CPAN.Nicholas Clark2009-09-301-1/+1
| | | | How this happened I don't know.
* Move Archive::Tar from ext/ to cpan/Nicholas Clark2009-09-2625-0/+4502