summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* A patch for Test::Harness on VMS by Craig BerryRafael Garcia-Suarez2003-12-301-1/+1
| | | | | (see RT CPAN bug #4745) p4raw-id: //depot/perl@22016
* more uni doc tweakageJarkko Hietaniemi2003-12-301-1/+1
| | | | | | | | | | | Message-ID: <20031230133755.GA23118@vipunen.hut.fi> Date: Tue, 30 Dec 2003 15:37:55 +0200 Subject: one more pod fix From: Jarkko Hietaniemi <jhi@iki.fi> Message-ID: <20031230135641.GA24516@vipunen.hut.fi> Date: Tue, 30 Dec 2003 15:56:41 +0200 p4raw-id: //depot/perl@22013
* Upgrade to Math::BigInt 1.68.Rafael Garcia-Suarez2003-12-3011-45/+204
| | | p4raw-id: //depot/perl@22007
* Bump up UNIVERSAL's version to 1.02Rafael Garcia-Suarez2003-12-301-1/+1
| | | | | (due to fix #21418) p4raw-id: //depot/perl@22001
* Update the README and Changes files for Switch 2.10Rafael Garcia-Suarez2003-12-292-4/+11
| | | p4raw-id: //depot/perl@21997
* Upgrade to Switch 2.10, by integrating some changes by DamianRafael Garcia-Suarez2003-12-291-12/+27
| | | p4raw-id: //depot/perl@21996
* Straggler from Unicode::Collate.Nicholas Clark2003-12-271-0/+97
| | | | | | We need to automate this. For some value of we. (tr/w/m/ I suspect) p4raw-id: //depot/perl@21977
* Assimilate Unicode::Collate 0.33Nicholas Clark2003-12-279-305/+701
| | | p4raw-id: //depot/perl@21976
* Assimilate PodParser-1.26Nicholas Clark2003-12-278-8/+27
| | | p4raw-id: //depot/perl@21975
* Assimilate File::Spec 0.87Nicholas Clark2003-12-272-2/+2
| | | p4raw-id: //depot/perl@21974
* Assimilate Digest 1.05Nicholas Clark2003-12-272-23/+74
| | | p4raw-id: //depot/perl@21973
* Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so changeNicholas Clark2003-12-271-36/+30
| | | | | | 21646 was only applied to core (must punt this back and thereby unfork) Need to fix test boilerplate properly for PERL_CORE p4raw-id: //depot/perl@21972
* perl 5.8.0, FindBin::againSlaven Rezic2003-12-272-6/+22
| | | | | Message-ID: <873cjy31rp.fsf@vran.herceg.de> p4raw-id: //depot/perl@21968
* BigInt v1.68 - pre-releaseTels2003-12-2512-649/+1055
| | | | | Message-Id: <200312230106.27661@bloodgate.com> p4raw-id: //depot/perl@21956
* Fix a side-effect of bug #24674 in the perl debugger.Dominique Quatravaux2003-12-211-0/+3
| | | | | | | Subject: [perl #24674] 5.x odd taint bug From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org> p4raw-id: //depot/perl@21940
* Upgrade to Time::Local 1.07_94Rafael Garcia-Suarez2003-12-202-77/+165
| | | p4raw-id: //depot/perl@21935
* Upgrade to CGI.pm 3.01Rafael Garcia-Suarez2003-12-198-86/+214
| | | p4raw-id: //depot/perl@21928
* [DOCPATCH] base.pmElizabeth Mattijsen2003-12-191-17/+15
| | | | | | | Message-Id: <p05111b12bc07cc596977@[192.168.56.3]> Plus, remove leftover mentions of pseudo-hashes p4raw-id: //depot/perl@21927
* Sync with the latest MakeMaker snapshot.Rafael Garcia-Suarez2003-12-169-101/+209
| | | | | But set the $VERSION to 6.21_01. p4raw-id: //depot/perl@21918
* Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, ↵David Dyck2003-12-131-1/+3
| | | | | | | not unknown Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com> p4raw-id: //depot/perl@21892
* Fix some of the pods to produce more standard manpages,Rafael Garcia-Suarez2003-12-132-9/+4
| | | | | as reported by Eric S. Raymond. p4raw-id: //depot/perl@21885
* RE: [perl #24610] Pod::Html infinite recursionAnders Johnson2003-12-131-3/+23
| | | | | | Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com> (with tweaks) p4raw-id: //depot/perl@21884
* Math::BigInt v1.67 releasedTels2003-12-129-20/+61
| | | | | Message-Id: <200312121847.49039@bloodgate.com> p4raw-id: //depot/perl@21882
* Suppress a C< $DB::single = 1 > from Switch.pm, as noticedRafael Garcia-Suarez2003-12-091-1/+0
| | | | | by Jan Dubois. p4raw-id: //depot/perl@21874
* Math::BigInt v1.67 (pre-release)Tels2003-12-0618-567/+1151
| | | | | Message-Id: <200312062016.50484@bloodgate.com> p4raw-id: //depot/perl@21861
* Math::BigInt::Scalar is only for tests.Rafael Garcia-Suarez2003-12-061-242/+0
| | | | | Move it under t/lib. p4raw-id: //depot/perl@21859
* SCALAR/FIRSTKEY for tied hashes in scalar contextTassilo von Parseval2003-12-061-3/+15
| | | | | Message-id: <20031206105059.GA13989@ethan> p4raw-id: //depot/perl@21855
* [REPATCH lib/AutoLoader.t] Test can() with AutoLoaderchromatic2003-12-051-1/+10
| | | | | Message-Id: <1070299221.1275.19.camel@localhost> p4raw-id: //depot/perl@21844
* Fix File::Copy with hard links on Windows.Steve Hay2003-12-042-10/+14
| | | | | | | | | | | Subject: [PATCH] Re: perl @ 21830 Date: Wed, 03 Dec 2003 10:53:02 +0000 Message-ID: <3FCDC08E.7080800@uk.radan.com> and Date: Thu, 04 Dec 2003 11:02:22 +0000 Message-ID: <3FCF143E.1040905@uk.radan.com> p4raw-id: //depot/perl@21841
* Fix the test boilerplate in lib/if.t, so it can be runRafael Garcia-Suarez2003-11-301-1/+1
| | | | | from the t/ directory. p4raw-id: //depot/perl@21828
* Upgrade to Test::Harness 2.38.Rafael Garcia-Suarez2003-11-3015-135/+829
| | | | | | Introduce the prove(1) utility. (The prove-switches test is disabled for now.) p4raw-id: //depot/perl@21826
* Integrate if.pm 0.0401Nicholas Clark2003-11-292-11/+20
| | | | | | Needed to edit the test file as t/TEST can't cope with extra output lines as produced by 0.0401's if.t p4raw-id: //depot/perl@21814
* D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.Nicholas Clark2003-11-291-23/+0
| | | p4raw-id: //depot/perl@21811
* Update Unicode::Collate to 0.31 (Only the .pm version for now)Nicholas Clark2003-11-295-26/+225
| | | p4raw-id: //depot/perl@21810
* D'oh! Forgot to lib/Digest/base.pmNicholas Clark2003-11-291-0/+100
| | | p4raw-id: //depot/perl@21809
* Update Digest to 1.03Nicholas Clark2003-11-293-9/+151
| | | p4raw-id: //depot/perl@21807
* Implement C<use Exporter 'import'> :Fergal Daly2003-11-282-3/+44
| | | | | | | | Subject: Re: [PATCH] Exporter-related PODs Message-Id: <200311100008.52639.fergal@esatclear.ie> (tweaked, so the imported import() doesn't spit out warnings) p4raw-id: //depot/perl@21798
* Re: [perl #24245] File::Copy::copy damages hard linked filesSlaven Rezic2003-11-282-9/+41
| | | | | | Message-ID: <87smlprw3g.fsf@vran.herceg.de> (with further tweaks) p4raw-id: //depot/perl@21797
* [docpatch] PerlIO layers in perlrun.pod and PerlIO.pmIain Truskett2003-11-191-19/+66
| | | | | Message-ID: <20031119134132.GG21314@gytha.anu.edu.au> p4raw-id: //depot/perl@21754
* clear of empty locked hash SEGVsAlan Burlison2003-11-191-1/+15
| | | | | Message-ID: <3FBB8087.20206@sun.com> p4raw-id: //depot/perl@21748
* Upgrade to MakeMaker 6.21.Rafael Garcia-Suarez2003-11-116-15/+88
| | | p4raw-id: //depot/perl@21702
* Upgrade to MakeMaker 6.20.Rafael Garcia-Suarez2003-11-0610-32/+55
| | | p4raw-id: //depot/perl@21675
* Re: [perl #24398] Benchmark.pm cmpthese segfaultStas Bekman2003-11-051-1/+1
| | | | | Message-ID: <3FA8B9D1.2020806@stason.org> p4raw-id: //depot/perl@21671
* Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)Slaven Rezic2003-11-051-20/+29
| | | | | Message-Id: <87oewbiqyn.fsf@vran.herceg.de> p4raw-id: //depot/perl@21663
* Upgrade to ExtUtils::MakeMaker 6.19Rafael Garcia-Suarez2003-11-0438-497/+625
| | | p4raw-id: //depot/perl@21652
* Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pmMichael G. Schwern2003-11-032-3/+14
| | | | | | | Message-ID: <20031102065745.GN3659@localhost.comcast.net> (goes with change #21418) p4raw-link: @21418 on //depot/perl: 2bfd56816acd10b1f958d1dde1769bafd756cbea p4raw-id: //depot/perl@21650
* s/new_hash/rehash/g (Stas suggested a better name)Nicholas Clark2003-11-031-1/+1
| | | p4raw-id: //depot/perl@21638
* Provide Internals::new_hash_seed to return PL_new_hash_seed, andNicholas Clark2003-11-021-1/+1
| | | | | make Hash::Util::hash_seed use this. p4raw-id: //depot/perl@21634
* [PATCH lib/overload.t] TODO tests for bug #24313.Rafael Garcia-Suarez2003-10-281-8/+23
| | | | | | | | | | | | From: Abigail <abigail@abigail.nl> Date: Mon, 27 Oct 2003 13:05:37 +0100 Message-ID: <20031027120536.GA24608@abigail.nl> Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.) From: Rick Delaney <rick@bort.ca> Date: Mon, 27 Oct 2003 12:17:49 -0500 Message-ID: <20031027121749.E2233@biff.bort.ca> p4raw-id: //depot/perl@21566
* Sync with Unicode::Collate 0.30Nicholas Clark2003-10-2712-239/+1121
| | | p4raw-id: //depot/perl@21549