summaryrefslogtreecommitdiff
path: root/lib/Archive
Commit message (Collapse)AuthorAgeFilesLines
* Move Archive::Tar from lib/ to ext/Chris Williams2009-09-0624-5728/+0
|
* Move Archive::Extract from lib/ to ext/Chris Williams2009-09-0622-2811/+0
|
* sync blead with Update Archive::Extract 0.34David Mitchell2009-06-272-40/+40
| | | | (follow up to 198e857cc6, syncing whitespace)
* Update Archive::Extract to 0.34Jos I. Boumans2009-06-2721-204/+258
| | | | | | | | | | | | | | | | | | | | | | | | | Greetings, below are the patch notes: Changes for 0.32 Sat Jun 27 14:23:54 2009 ============================================ * Attempt to address #46948: unable to install install on win32. Binaries on Win32 are notoriously unreliable and Strawberry perl ships with all the needed perl modules, so skip failed binary tests on Win32. * Address #47053: Use Archive::Tar iter to keep from read the tar into memory. Thanks to Robert Krimen and Doug Wilson for their patches. -- Jos Boumans "Whenever you find you are on the side of the majority, it is time to pause and reflect." - Mark Twain Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Update Archive::Tar to 1.52Jos I. Boumans2009-06-1310-13/+37
|
* Update to Archive::Tar 1.50Jos I. Boumans2009-06-1310-12/+26
|
* Update to Archive::Extract 0.32Jos I. Boumans2009-06-1320-23/+31
|
* Update Archive::Tar to 1.48Jos I. Boumans2009-05-0211-10/+41
|
* [PATCH] Update Archive::Extract to 0.31_03Jos I. Boumans2009-03-111-7/+15
| | | | Message-Id: <AC196808-D03D-4193-9255-913DDBA666F2@dwim.org>
* Update Archive::Tar to 1.46Jos I. Boumans2009-03-0512-18/+283
|
* Update Archive::Extract to 0.31_02Jos I. Boumans2009-03-042-104/+147
|
* Upgrade to Archive-Tar-1.44Jos I. Boumans2009-01-2010-130/+138
| | | | Message-Id: <6B717AA7-2972-439F-9B89-669E15353EBC@dwim.org>
* Subject: Re: [PATCH] Update Archive::Extract to 0.28Steve Hay2008-12-191-1/+1
| | | | | | | | From: "Jos I. Boumans" <jos@dwim.org> Date: Tue, 16 Dec 2008 17:41:03 +0100 Message-Id: <B8875390-49FC-4E14-B14D-C21A76E53475@dwim.org> (Bump version to 0.30, which incorporates a local change that blead already has.)
* [admin] set up .gitignore filesSam Vilain2008-12-192-0/+5
| | | | | A list submitted by Paul Fenwick was briefly factored into directory-specific rules.
* Fix test failures caused by Archive-Extract upgradeSteve Hay2008-12-152-2/+4
| | | p4raw-id: //depot/perl@35106
* Update Archive::Extract to 0.28Jos I. Boumans2008-12-1521-211/+278
| | | | | | From: "Jos I. Boumans" <jos@dwim.org> Message-Id: <A6FBAEE4-A1F3-41BE-A051-ABF03540E9F1@dwim.org> p4raw-id: //depot/perl@35105
* Update Archive::Tar to 1.42Jos I. Boumans2008-12-1512-69/+125
| | | | | | From: "Jos I. Boumans" <jos@dwim.org> Message-Id: <5B9B0070-0F59-4182-BF11-3A27487B15F3@dwim.org> p4raw-id: //depot/perl@35099
* Update Archive::Tar to 1.40Jos I. Boumans2008-10-1512-95/+112
| | | | | | | | From: "Jos I. Boumans" <jos@dwim.org> Message-Id: <D694D518-2404-4476-B578-A5B95F89660A@dwim.org> ...minus the Pod tests that we've been regularly removing. p4raw-id: //depot/perl@34486
* Fix Archive-Tar's 02_methods.t when IO::Compress::Bzip2 is absentSteve Hay2008-10-011-1/+2
| | | p4raw-id: //depot/perl@34453
* Upgrade to Archive-Tar-1.39_04Steve Hay2008-10-0111-283/+1165
| | | | | Local change 32352 remains in 04_resolved_issues.t p4raw-id: //depot/perl@34452
* Re: [PATCH] make Archive::Extract's x.lzma test file be lzma'd,Yitzchak Scott-Thoennes2008-03-101-193/+2
| | | | | | From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org> Message-ID: <52329.71.32.86.11.1204619314.squirrel@webmail.efn.org> p4raw-id: //depot/perl@33470
* Upgrade to Archive-Extract-0.26Steve Peters2008-01-283-10/+342
| | | p4raw-id: //depot/perl@33098
* Version bumpsJos I. Boumans2007-12-161-1/+1
| | | | | | From: "Jos I. Boumans" <jos@dwim.org> Message-Id: <EB375544-2A23-4058-A227-90F5C99E8715@dwim.org> p4raw-id: //depot/perl@32619
* The new Archive::Tar tests are TODO on VMS for reasons unrelatedCraig A. Berry2007-11-161-0/+7
| | | | | to the security issue for which they are testing. p4raw-id: //depot/perl@32352
* Upgrade to Archive::Tar 1.37_01 (security fix)Rafael Garcia-Suarez2007-11-153-32/+137
| | | p4raw-id: //depot/perl@32326
* Archive::Extract 0.24 (was Re: Archive::Extract test failures on Solaris)Jos I. Boumans2007-09-2020-35/+129
| | | | | | From: "Jos I. Boumans" <kane@dwim.org> Message-Id: <174BF3BE-B640-4CCA-AB47-BE527382B236@dwim.org> p4raw-id: //depot/perl@31928
* Clean up test files left behind (on Win32, at least) by Archive-ExtractSteve Hay2007-09-191-0/+1
| | | p4raw-id: //depot/perl@31904
* Upgrade to Archive::Tar 1.36Nicholas Clark2007-09-166-15/+35
| | | | | (Portability fixes for VMS, as offered by Craig Berry) p4raw-id: //depot/perl@31874
* Portability tweaks for Archive::Tar::_extract_file.Craig A. Berry2007-09-031-5/+14
| | | p4raw-id: //depot/perl@31788
* thinko in 10_Archive-Extract.t portion of #31747Craig A. Berry2007-08-241-3/+1
| | | p4raw-id: //depot/perl@31751
* [patch@31735]Archive Extract fix on VMS.John E. Malmberg2007-08-222-1/+13
| | | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <46CA5667.2050207@qsl.net> Quote -Z for unzip. p4raw-id: //depot/perl@31747
* Upgrade to Archive-Tar-1.34. Omitted re-addition of the PodSteve Peters2007-08-157-12/+76
| | | | | tests. p4raw-id: //depot/perl@31722
* Archive::Extract - small pod updatePaul Marquess2007-07-061-7/+1
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <00ee01c7bf15$57bdbf60$3a3c140a@myopwv.com> p4raw-id: //depot/perl@31538
* Remove Archive::Test POD checkJerry D. Hedden2007-06-211-22/+0
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510706200643s50cb5028ted455f52497f6af5@mail.gmail.com> p4raw-id: //depot/perl@31437
* Sync Archive::Extract with CPANRafael Garcia-Suarez2007-06-141-1/+1
| | | p4raw-id: //depot/perl@31380
* Update to Archive::Extract 0.20, and re-apply patch #31158Rafael Garcia-Suarez2007-05-2820-33/+144
| | | p4raw-id: //depot/perl@31288
* Upgrade to Archive::Tar 1.32.Rafael Garcia-Suarez2007-05-257-15/+27
| | | p4raw-id: //depot/perl@31274
* Update Archive::Tar to 1.31Rafael Garcia-Suarez2007-05-2012-749/+593
| | | p4raw-id: //depot/perl@31243
* Archive::Extract test tries to do the logically impossible.Craig A. Berry2007-05-051-2/+6
| | | p4raw-id: //depot/perl@31158
* Silence some diagnostic messages when running within the core tests.Rafael Garcia-Suarez2007-04-202-3/+6
| | | | | By Jerry D. Hedden p4raw-id: //depot/perl@30997
* Upgrade to Archive::Extract 0.18Rafael Garcia-Suarez2007-04-1218-64/+62
| | | p4raw-id: //depot/perl@30923
* Add Archive::Extract 0.16 to the coreJos I. Boumans2007-01-2619-0/+2273
| | | | | | From: "Jos Boumans" <kane@dwim.org> Message-ID: <21170.80.127.35.68.1169820156.squirrel@webmail.xs4all.nl> p4raw-id: //depot/perl@30012
* Upgrade to Archive-Tar-1.30. Since change #27571 is not included,Steve Peters2006-08-021-10/+93
| | | | | | the bleadperl version is bumped to 1.30_01. p4raw-link: @27571 on //depot/perl: 376cc5ea9119d14a5a36f394fef8e7874a59a876 p4raw-id: //depot/perl@28653
* Uninitialized value in Archive::TarRandy W. Sims2006-03-221-2/+2
| | | | | | From: "Randy W. Sims" <ml-perl@thepierianspring.org> Message-ID: <441E93FB.3050906@thepierianspring.org> p4raw-id: //depot/perl@27571
* Cleanup Archive-Tar temporary test filesSteve Hay2006-03-082-1/+2
| | | | | | | I've done this twice before already (changes #25043 and #26785), but it keeps getting accidentally removed. Third time lucky? p4raw-link: @25043 on //depot/perl: d2f9954da5cf024584e2642e8a40c50dd202ef16 p4raw-id: //depot/perl@27416
* Upgrade to Archive::Tar 1.29Rafael Garcia-Suarez2006-03-064-51/+138
| | | p4raw-id: //depot/perl@27388
* Upgrade to Archive-Tar-1.28Steve Peters2006-01-284-5/+149
| | | p4raw-id: //depot/perl@26985
* Dots in directory names aren't nice on VMS.Craig A. Berry2006-01-171-1/+1
| | | p4raw-id: //depot/perl@26870
* Clean up temp files/dirs left by Archive-Tar testsSteve Hay2006-01-112-2/+6
| | | | | | Part of this reinstates change 25043 which was mistakenly removed by change 25312 p4raw-id: //depot/perl@26785
* Really fix the Archive::Tar setup test.Rafael Garcia-Suarez2005-09-021-1/+3
| | | | | | p4 and svn don't behave similarly concerning removal of empty directories... p4raw-id: //depot/perl@25350