summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Jerry spotted that as a result of change 34483 which upgrades blead toNicholas Clark2008-10-211-1/+1
| | | | | | | Test::Simple 0.82, lib/DB.t is now issuing a warning. His original suggestion was ok(!defined ...) - he, Merijn and I independently refined this to isnt(..., undef) p4raw-id: //depot/perl@34554
* Update Changes, README and TODO from the Test-Simple 0.84 tarball.Nicholas Clark2008-10-213-0/+56
| | | p4raw-id: //depot/perl@34544
* Upgrade to ExtUtils-MakeMaker-6.48Nicholas Clark2008-10-2030-28/+64
| | | p4raw-id: //depot/perl@34541
* Bump the $VERSION of File::stat (documentation changed).Nicholas Clark2008-10-201-1/+1
| | | p4raw-id: //depot/perl@34531
* Bump IPC::Open2's $VERSION. (The docs changed.)Nicholas Clark2008-10-201-1/+1
| | | p4raw-id: //depot/perl@34529
* As well as @INC, also convert $^X to an absolute path in MBTest.Nicholas Clark2008-10-201-1/+2
| | | p4raw-id: //depot/perl@34526
* Change the plan - 2.14 gets the copy permission behaviour change,Nicholas Clark2008-10-201-1/+1
| | | | | 2.13 is the bug fix fix. p4raw-id: //depot/perl@34521
* [perl #59650] File::Copy does not handle file objects sanelyrabbit+bugs@rabbit.us2008-10-192-6/+61
| | | | | | | | | | | | From: "rabbit+bugs@rabbit.us (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-29762-1223291950-1373.59650-75-0@perl.org> Suggested change modified to cope with the hoop-jumping needed to keep File::Copy working whilst bootstrapping the core build. Some tests by me, to try to ensure that (arguablly buggy) IO::Scalar will still work. p4raw-id: //depot/perl@34519
* Upgrade PathTools to 3.28_01Nicholas Clark2008-10-1911-28/+94
| | | p4raw-id: //depot/perl@34514
* Damian has transferred Filter::Simple to p5p. Bump its version to 0.83Nicholas Clark2008-10-183-78/+25
| | | | | | with the new contact details, and remove the out-of-date README from core. p4raw-id: //depot/perl@34505
* Upgrade to ExtUtils-MakeMaker-6.47_02Nicholas Clark2008-10-1728-27/+29
| | | p4raw-id: //depot/perl@34498
* Silence a warning in Test::Builder that was causing lib/constant.tSteve Peters2008-10-151-1/+2
| | | | | to fail. p4raw-id: //depot/perl@34491
* One final tweak for the Test-Simple-0.82 upgrade. Ugh.Steve Peters2008-10-151-0/+6
| | | p4raw-id: //depot/perl@34490
* 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
* Upgrade to Test-Simple-0.82.Steve Peters2008-10-1587-766/+1440
| | | p4raw-id: //depot/perl@34483
* Upgrade to ExtUtils-MakeMaker-6.47_01Nicholas Clark2008-10-1532-60/+444
| | | p4raw-id: //depot/perl@34482
* Update File::Fetch to 0.16Jos I. Boumans2008-10-102-29/+156
| | | | | | From: "Jos I. Boumans" <jos@dwim.org> Message-Id: <84818689-C970-47A1-9FE7-969C2B74183D@dwim.org> p4raw-id: //depot/perl@34472
* 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
* Add the two new test files that I missed in 34446Steve Hay2008-09-302-0/+106
| | | | | (Thanks to Rafael for the spot) p4raw-id: //depot/perl@34448
* Fix Module-Build's compat.t when HARNESS_TIMER is set to 1Steve Hay2008-09-301-0/+1
| | | | | | This is hopefully a better way of fixing the failure originally addressed by 33340 (which was not assimilated into 0.30) p4raw-id: //depot/perl@34447
* Upgrade to Module-Build-0.30Steve Hay2008-09-3055-455/+1675
| | | | | | | Local changes 32357 in ppm.t and 32351 in test_type.t and xs.t remain, but not the tilde.t part of 32351, which looks like it might be superseded by changes in 0.30 p4raw-id: //depot/perl@34446
* Upgrade to ExtUtils-MakeMaker-6.46Steve Hay2008-09-2934-117/+883
| | | | | | Local changes 32905 and 32964 in MM_Unix.pm and 33259 in MM_Unix.t remain p4raw-id: //depot/perl@34440
* Upgrade to podlators-2.1.4Steve Hay2008-09-267-71/+176
| | | p4raw-id: //depot/perl@34421
* Show using waitpid in IPC::Open[23] SYNOPSISbrian d foy2008-09-232-0/+6
| | | | | Message-ID: <210920081523471499%brian.d.foy@gmail.com> p4raw-id: //depot/perl@34408
* Re: [perl #59134] Typo in File::stat man pag Moritz Lenz2008-09-211-1/+1
| | | | | Message-ID: <20080921154935.4916.qmail@lists.develooper.com> p4raw-id: //depot/perl@34386
* Fwd: CPAN Upload: S/SA/SAPER/constant-1.16.tar.gzSébastien Aperghis-Tramoni2008-09-211-3/+17
| | | | | Message-Id: <5B1668F5-06FA-4104-9966-9727E880C533@free.fr> p4raw-id: //depot/perl@34385
* Don't reuse temp files in testsJerry D. Hedden2008-09-163-7/+3
| | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510809161335j73312da3v90fa6ef0cb8ac7c@mail.gmail.com> Date: Tue, 16 Sep 2008 16:35:11 -0400 p4raw-id: //depot/perl@34377
* "Upgrade" AutoSplit to 1.06.Nicholas Clark2008-09-161-1/+1
| | | p4raw-id: //depot/perl@34373
* Bump $ExtUtils::Constant::Utils::VERSION.Nicholas Clark2008-09-151-1/+1
| | | p4raw-id: //depot/perl@34370
* Bump VERSIONs in all non-dual-lived modules that have changedSteve Hay2008-09-1513-13/+13
| | | | | | | | | | since 5.8.8, ready for merging into maint-5.8 prior to 5.8.9. (Many (all?) of these should really have been changed prior to 5.10.0, but better late than never.) Also modify cmpVERSION.pl to skip uninstalled test modules whose VERSIONs don't really matter. p4raw-id: //depot/perl@34365
* Upgrade to podlators 2.1.3Nicholas Clark2008-09-158-22/+326
| | | p4raw-id: //depot/perl@34364
* Fix parallel testing temp filenamesJerry D. Hedden2008-09-093-8/+7
| | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510809090852radb1044k43ff848c2d1e11fa@mail.gmail.com> Date: Tue, 9 Sep 2008 11:52:45 -0400 p4raw-id: //depot/perl@34328
* Upgrade to CGI.pm 3.42Nicholas Clark2008-09-086-63/+148
| | | p4raw-id: //depot/perl@34320
* [perl #57016] debugger: o warn=0 die=0 ignored Tye McQueen2008-09-071-0/+5
| | | | | | From: "Tye McQueen" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-9960-1216238547-448.57016-75-0@perl.org> p4raw-id: //depot/perl@34312
* Re: unless(...) terser than if(!...)Vincent Pit2008-09-071-1/+41
| | | | | Message-ID: <48B86060.4090905@profvince.com> p4raw-id: //depot/perl@34310
* Upgrade to ExtUtils::CBuilder 0.24Nicholas Clark2008-09-0711-11/+21
| | | | | Local change 34219 remains. p4raw-id: //depot/perl@34303
* Upgrade to CGI.pm 3.41Nicholas Clark2008-09-072-10/+58
| | | | | Local change 34208, 34278 remain. p4raw-id: //depot/perl@34302
* bugfix, AutoLoader 0.67Steffen Mueller2008-09-052-40/+92
| | | | | | Message-ID: <20080905115602.23307.qmail@lists.develooper.com> Date: Fri, 05 Sep 2008 13:56:01 +0200 p4raw-id: //depot/perl@34282
* Fix a couple of failing CGI.pm tests on Win32Steve Hay2008-09-051-3/+3
| | | | | | (My temporary directory is C:\DOCUME~1\shay\LOCALS~1\Temp, so we need to allow ~ characters.) p4raw-id: //depot/perl@34278
* Reflect local modifications to dual life modules in changes 34219 andNicholas Clark2008-09-032-2/+2
| | | | | 34238. p4raw-id: //depot/perl@34252
* Fix typo.Abhijit Menon-Sen2008-09-011-1/+1
| | | p4raw-id: //depot/perl@34238
* Khaaaaan! Change 34230 wasn't right. The tests all passed because INicholas Clark2008-08-261-6/+0
| | | | | | had a(nother) copy of Dev::Null in the "right" place. So make that right place official. p4raw-id: //depot/perl@34231
* And then add the Dev::Null from Test-Simple-0.80Nicholas Clark2008-08-261-0/+6
| | | p4raw-id: //depot/perl@34230
* Re: Fix 34200 on CygwinReini Urban2008-08-242-2/+4
| | | | | Message-ID: <48B1201B.3080705@x-ray.at> p4raw-id: //depot/perl@34219
* Re: Re: [perl #30524] [PATCH] CGI.pm has poor list of temp directories on ↵Renee Baecker2008-08-201-1/+9
| | | | | | | Windows Message-Id: <20080820092602.A87A612001D@rserv16.sitepush.net> p4raw-id: //depot/perl@34208
* Move the modules, tests, prove and Changes file from lib/ toNicholas Clark2008-08-1984-24149/+0
| | | | | | | ext/Test/Harness. Not everything is there yet, but it makes it way easier to swap the directory out and replace it with a trunk svn checkout. p4raw-id: //depot/perl@34206
* Skip the Perl debugger test if the harness itself is already runningNicholas Clark2008-08-171-0/+4
| | | | | | under some kind of debugger (such as a profiler) to avoid confusing things. (such as trashing the profiler output file from the harness.) p4raw-id: //depot/perl@34204
* Cygwin build harmonization, remove cygwin/Makefile.SHsReini Urban2008-08-112-11/+5
| | | | | | From: "Reini Urban" <rurban@x-ray.at> Message-ID: <6910a60807280355g129511d9v61c9763c3fd12a27@mail.gmail.com> p4raw-id: //depot/perl@34200
* Avoid a potential testing race condition in lib/Dirhandle.ttest.Bram2008-08-101-0/+13
| | | | | | Message-ID: <20080810203627.vj786wb688skc44w@horde.wizbit.be> Date: Sun, 10 Aug 2008 20:36:27 +0200 p4raw-id: //depot/perl@34196