summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Read-only variable testsJerry D. Hedden2008-02-131-3/+110
| | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510802081106l737e4dcdibb73c8eacb4c39d8@mail.gmail.com> with one less TODO test p4raw-id: //depot/perl@33297
* Upgrade to PathTools-3.2701Steve Peters2008-02-1211-10/+22
| | | p4raw-id: //depot/perl@33294
* Upgrade to Math-Complex-1.52Steve Peters2008-02-124-10/+17
| | | p4raw-id: //depot/perl@33293
* Teach Math::Complex the maximum NV for a 16 byte float. (At least, aNicholas Clark2008-02-121-1/+3
| | | | | 16 byte float on x86_64. This feels fragile.) p4raw-id: //depot/perl@33286
* Upgrade to Math-Complex-1.51Steve Peters2008-02-114-16/+27
| | | p4raw-id: //depot/perl@33282
* Upgrade to Test-Harness-3.09Steve Peters2008-02-1133-84/+235
| | | p4raw-id: //depot/perl@33281
* exp(999) isn't "infinity". Even exp(9999) can still be represented onNicholas Clark2008-02-101-1/+1
| | | | | 80 bit long doubles. exp(99999) can't. p4raw-id: //depot/perl@33268
* Upgrade to Test-Harness-3.08Steve Peters2008-02-0931-76/+102
| | | p4raw-id: //depot/perl@33264
* Upgrade to ExtUtils-CBuilder-0.22Steve Peters2008-02-099-62/+15
| | | p4raw-id: //depot/perl@33263
* RE: Perl @ 33218 (Stratus VOS patches)Paul Green2008-02-082-1/+5
| | | | | | | | From: "Green, Paul" <Paul.Green@stratus.com> Message-ID: <F5F42E77A43DD944B6D664B00A5401CB037149FF@EXNA.corp.stratus.com> Includes a fix to the patch to ext/Time/HiRes/Makefile.PL p4raw-id: //depot/perl@33259
* Update to Math::Complex 1.49H.Merijn Brand2008-02-084-10/+11
| | | p4raw-id: //depot/perl@33253
* Re-apply patches 32879, 32905, and 32964 to MakeMakerRafael Garcia-Suarez2008-02-081-2/+5
| | | p4raw-id: //depot/perl@33252
* Add new module in MakeMaker 6.43_01Rafael Garcia-Suarez2008-02-081-0/+45
| | | p4raw-id: //depot/perl@33251
* Upgrade to MakeMaker 6.43_01Rafael Garcia-Suarez2008-02-0833-533/+540
| | | p4raw-id: //depot/perl@33250
* feature bundles are the same across all subversionsSteffen Müller2008-02-081-16/+20
| | | | | Message-ID: <20080113214537.13226.qmail@lists.develooper.com> p4raw-id: //depot/perl@33247
* corelist changes:Rafael Garcia-Suarez2008-02-072-16/+31
| | | | | | | | - Add a new -d option to find first perl version by date and not by version number - Better handling of perl versions that end with a 0 - use version.pm only for version numbers that have multiple dots p4raw-id: //depot/perl@33244
* Cope with differing prototypes for ECONNREFUSED etc on Win32 betweenNicholas Clark2008-02-061-6/+15
| | | | | 5.8.x and 5.10.x p4raw-id: //depot/perl@33242
* Upgrade to Math::Complex 1.48 and Math::Trig 1.13Nicholas Clark2008-02-034-11/+13
| | | p4raw-id: //depot/perl@33222
* fix for regression to File/DosGlob.pmAlex Davies2008-01-311-2/+2
| | | | | | | | | From: "Davies, Alex" <adavies@ptc.com> Message-ID: <A69AA663CE9BBC44AE1DA72483DE15DE07E02181@HQ-MAIL3.ptcnet.ptc.com> Fixes File::DosGlob's handling of drive relative glob patterns (e.g. "D:*pl") p4raw-id: //depot/perl@33144
* Re: [perl #50322] CGITempFile causes "Insecure dependency in sprintf" in ↵Steffen Mueller2008-01-311-2/+2
| | | | | | | | | | perl 5.10.0 From: "Steffen Mueller via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-4355-1201526176-323.50322-94-0@perl.org> Fixes [perl #50322] p4raw-id: //depot/perl@33143
* Assorted POD nits from the Debian bug list.Steve Peters2008-01-302-2/+4
| | | p4raw-id: //depot/perl@33129
* Formatting for C<<{ bydepth => 1 }>> doesn't seem to be workingSteve Peters2008-01-301-1/+1
| | | | | right in the manpage. p4raw-id: //depot/perl@33127
* Upgrade to Tie-RefHash-1.38Steve Peters2008-01-282-3/+10
| | | p4raw-id: //depot/perl@33099
* Upgrade to Archive-Extract-0.26Steve Peters2008-01-283-10/+342
| | | p4raw-id: //depot/perl@33098
* Upgrade to SelfLoader-1.15Steve Peters2008-01-282-7/+10
| | | p4raw-id: //depot/perl@33097
* Fix uc/lc warnings in CGI.pmJerry D. Hedden2008-01-281-4/+6
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510801280719w4d56807esd8318bc6d0eadcdd@mail.gmail.com> p4raw-id: //depot/perl@33094
* Warning cleanup, and avoid a double call to ucRafael Garcia-Suarez2008-01-281-2/+2
| | | p4raw-id: //depot/perl@33092
* Upgrade to Test::Harnes 3.07Rafael Garcia-Suarez2008-01-2830-78/+145
| | | p4raw-id: //depot/perl@33091
* Make lc/uc/lcfirst/ucfirst warn when passed undef.Rafael Garcia-Suarez2008-01-281-0/+2
| | | | | Naive implementation. p4raw-id: //depot/perl@33088
* Upgrade to PathTools-3.27Steve Peters2008-01-2313-60/+152
| | | p4raw-id: //depot/perl@33042
* warn if ++ or -- are unable to change the value because it's beyondNicholas Clark2008-01-171-3/+9
| | | | | | the limit of representation in NVs, using a new warnings category "imprecision". p4raw-id: //depot/perl@32990
* Upgrade to Math-Complex-1.47Steve Peters2008-01-174-19/+111
| | | p4raw-id: //depot/perl@32989
* Upgrade to Math-Complex-1.44Steve Peters2008-01-134-8/+25
| | | p4raw-id: //depot/perl@32970
* Don't quote a whitespace-containing ABSPERL when the whitespaceCraig A. Berry2008-01-121-2/+2
| | | | | means it is a command with parameter(s). p4raw-id: //depot/perl@32964
* Upgrade to Math-Complex-1.43Steve Peters2008-01-094-6/+7
| | | p4raw-id: //depot/perl@32929
* 1e4 isn't large enough with 16 byte long doubles (at least on x86_64).Nicholas Clark2008-01-091-13/+13
| | | | | | However, 1e5 does take us "to infinity and beyond" (Plus use cmp_ok, for better diagnostics) p4raw-id: //depot/perl@32914
* Upgrade to Math-Complex-1.42Steve Peters2008-01-094-36/+175
| | | p4raw-id: //depot/perl@32908
* Upgrade to Module-Load-Conditional-0.24Steve Peters2008-01-091-6/+18
| | | p4raw-id: //depot/perl@32907
* [patch] [Win32] Make Perl build on Win32 when the path contains whitespaceMax Maischein2008-01-082-4/+7
| | | | | Message-ID: <478281F4.9000202@cpan.org> p4raw-id: //depot/perl@32905
* AutoLoader: Remove AutoLoader::canSteffen Müller2008-01-082-35/+4
| | | | | Message-ID: <20071130220203.26939.qmail@lists.develooper.com> p4raw-id: //depot/perl@32903
* v5.8.8: File::Temp.pm (_gettemp): ignore dir -w test on CygwinJari Aalto2008-01-071-2/+8
| | | | | Message-ID: <bq8034ba.fsf@blue.sea.net> p4raw-id: //depot/perl@32892
* Win32 doesn't set $Config{d_fork} when its pseudofork emulation isSteve Hay2008-01-071-1/+6
| | | | | | | present, and checking for $Config{d_pseudofork} is no good for dual- lived modules that must work with older perls, so do a more elaborate test (as per existing Test-Simple and IO test scripts). p4raw-id: //depot/perl@32889
* Cleanup File::Temp test file (revised)Jerry D. Hedden2008-01-071-1/+2
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510801040939t560c459dm6b780ab3dc5cc6c3@mail.gmail.com> p4raw-id: //depot/perl@32885
* Silence new warning grep in void context warning in various modules and test ↵Yves Orton2008-01-063-4/+7
| | | | | files, also silence a warning that came from a previous 'dev' version number bump. p4raw-id: //depot/perl@32883
* Make new regex type be 'REGEXP' and make all core qr//'s be in class Regexp ↵Yves Orton2008-01-062-3/+7
| | | | | (and related changes) p4raw-id: //depot/perl@32880
* Don't use grep in scalar contextRafael Garcia-Suarez2008-01-061-2/+2
| | | p4raw-id: //depot/perl@32879
* Fix "grep in void context" warningRafael Garcia-Suarez2008-01-061-1/+1
| | | p4raw-id: //depot/perl@32877
* Re: Smoke [5.11.0] 32864 FAIL(F) MSWin32 Win2003 SP2 (x86/1 cpu)Abe Timmerman2008-01-061-1/+9
| | | | | | | Message-ID: <4780BA5A.80202@ztreet.demon.nl> Skip lib/File/Temp/t/fork.t when there is no fork. p4raw-id: //depot/perl@32871
* Notice of git tag retraction; also, [PATCH] correct Module::CoreListSam Vilain2008-01-041-1/+1
| | | | | Message-ID: <47737E14.9040908@vilain.net> p4raw-id: //depot/perl@32832
* Upgrade to SelfLoader 1.13_03Rafael Garcia-Suarez2008-01-043-21/+105
| | | p4raw-id: //depot/perl@32830