summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* "smart match" description in overload.pm is in the middle of "fallback" sectionJan Dubois2006-04-041-5/+5
| | | | | | From: "Jan Dubois" <jand@ActiveState.com> Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy> p4raw-id: //depot/perl@27707
* Prevent "use sort 'stable'" from reversing the orderRobin Houston2006-04-021-1/+4
| | | | | Message-ID: <20060402162024.GA3854@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@27689
* Automatically set HINT_LOCALIZE_HH whenever %^H is modified.Nicholas Clark2006-04-012-5/+0
| | | p4raw-id: //depot/perl@27666
* Upgrade to Time::Local 1.12_01Rafael Garcia-Suarez2006-03-312-197/+161
| | | p4raw-id: //depot/perl@27642
* Test for fileno definedness instead of truthRafael Garcia-Suarez2006-03-311-3/+2
| | | | | Don't load Config.pm, which isn't used p4raw-id: //depot/perl@27639
* Re: New Module::Build releasedRandy W. Sims2006-03-3016-171/+906
| | | | | | From: "Randy W. Sims" <ml-perl@thepierianspring.org> Message-ID: <442ADBA8.4000203@thepierianspring.org> p4raw-id: //depot/perl@27631
* CLONE for Tie::RefHashYuval Kogman2006-03-293-5/+96
| | | | | | | | Message-ID: <20060327133407.GA16901@woobling.org> (also rename old Tie::RefHash test, so several test files are allowed.) p4raw-id: //depot/perl@27628
* Re: [cpan #17773] Bug in Term::ReadKey being trigger by a bug in Term::ReadLineJonathan Stowe2006-03-281-5/+12
| | | | | Message-Id: <1142266184.5811.141.camel@orpheus.gellyfish.com> p4raw-id: //depot/perl@27619
* EU::MM::MM_VMS::one_liner must quote "--" argumentCraig A. Berry2006-03-271-2/+2
| | | p4raw-id: //depot/perl@27613
* restore EU::MM test fixes from 26079, 26813, and 26919Craig A. Berry2006-03-244-5/+16
| | | | | that were lost in 27590 p4raw-id: //depot/perl@27597
* Bump version number of ExtUtils::MM_Win32Rafael Garcia-Suarez2006-03-241-1/+1
| | | p4raw-id: //depot/perl@27596
* Fix broken MM_Win32.t tests following 27590Steve Hay2006-03-241-6/+2
| | | | | | | Test 31 was failing because 27590 had undone part of 25627. Test 41 was failing because the change to pasthru() in MM_Win32.pm means that $self->{MAKE} now needs to be initialized. p4raw-id: //depot/perl@27595
* When MAN3PODS is forced to {} in a Makefile.PL, manpages should not beRafael Garcia-Suarez2006-03-231-1/+3
| | | | | | built from pods. This change fixes bleadperl compilation -- trying to build manpages with miniperl causes a bootstrapping problem. p4raw-id: //depot/perl@27592
* No reason to ship MakeMaker's META.ymlRafael Garcia-Suarez2006-03-231-19/+0
| | | p4raw-id: //depot/perl@27591
* Merge changes from CPAN's EU:MM 6.30_01.Rafael Garcia-Suarez2006-03-2320-237/+471
| | | | | | The modules that have local changes have superior version numbers than the CPAN counterparts. p4raw-id: //depot/perl@27590
* Get version numbers in line with what's in the CPANRafael Garcia-Suarez2006-03-236-6/+6
| | | | | | EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes, so bump its version number.) p4raw-id: //depot/perl@27587
* Upgrade to Time::Local 1.12Rafael Garcia-Suarez2006-03-232-16/+22
| | | p4raw-id: //depot/perl@27581
* 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
* Adjust docs to reflect that DynaLoader, as of change 27549,Gisle Aas2006-03-221-10/+1
| | | | | is part of libperl. p4raw-id: //depot/perl@27566
* Upgrade to Digest-1.15Gisle Aas2006-03-212-11/+50
| | | p4raw-id: //depot/perl@27562
* a bit 'use strict' cleanlinessJarkko Hietaniemi2006-03-194-8/+8
| | | | | Message-ID: <441D3EC1.20902@gmail.com> p4raw-id: //depot/perl@27541
* Upgrade to ExtUtils::CBuilder 0.17Rafael Garcia-Suarez2006-03-175-7/+199
| | | p4raw-id: //depot/perl@27531
* D'oh! 27508 wasn't quite testing what I wanted it to test. This does.Nicholas Clark2006-03-151-3/+2
| | | p4raw-id: //depot/perl@27510
* Test for reblessing objects with weak references.Nicholas Clark2006-03-151-1/+30
| | | p4raw-id: //depot/perl@27508
* Moving the overloading flag from the reference to the referant allowsNicholas Clark2006-03-151-1/+46
| | | | | (re)?blessing of overloaded objects to work correctly. p4raw-id: //depot/perl@27506
* Finish converting overload.t to Test::MoreNicholas Clark2006-03-151-132/+100
| | | p4raw-id: //depot/perl@27505
* Further conversion of overload.tNicholas Clark2006-03-151-81/+81
| | | p4raw-id: //depot/perl@27504
* Further conversion of overload.tNicholas Clark2006-03-151-57/+58
| | | p4raw-id: //depot/perl@27502
* Partially convert overload.t to Test::MoreNicholas Clark2006-03-151-31/+31
| | | p4raw-id: //depot/perl@27501
* perl @ 27483 fix lib/Pod/Simple/t/corpustest.t to work on VMS ODS-2Peter Prymmer2006-03-141-1/+3
| | | | | Message-ID: <OF85EC8E5E.4DF3A439-ON85257131.0055870A-85257131.0055E07C@factset.com> p4raw-id: //depot/perl@27497
* Upgrade to Module-Build-0.27_09Steve Peters2006-03-126-38/+116
| | | p4raw-id: //depot/perl@27481
* perl@27437 fix File::Path::mkpath so that perl installs on VMSPeter Prymmer2006-03-111-3/+0
| | | | | Message-id: <OFBE8F84F1.A708DA4A-ON8525712D.006E4BF7-8525712D.007018C6@factset.com> p4raw-id: //depot/perl@27474
* 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
* Fix lib/Module/Build/t/compat.tSteve Hay2006-03-071-1/+1
| | | | | (e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431) p4raw-id: //depot/perl@27401
* Upgrade to PathTools-3.17Steve Peters2006-03-072-7/+16
| | | p4raw-id: //depot/perl@27398
* add Module::Build 0.27_08Yitzchak Scott-Thoennes2006-03-0649-0/+15440
| | | | | Message-ID: <20060305200830.GA2660@efn.org> p4raw-id: //depot/perl@27389
* Upgrade to Archive::Tar 1.29Rafael Garcia-Suarez2006-03-064-51/+138
| | | p4raw-id: //depot/perl@27388
* Grammar nit in Locale::Maketext::TPJ13.pod, found by Justin Pryzby.Steve Peters2006-03-011-1/+1
| | | p4raw-id: //depot/perl@27358
* Upgrade to podlators-2.04Steve Peters2006-03-013-6/+151
| | | p4raw-id: //depot/perl@27357
* Upgrade to assertions-0.03Steve Peters2006-03-013-8/+32
| | | p4raw-id: //depot/perl@27356
* Upgrade to CGI.pm-3.17, but continuing the version bump for Steve Peters2006-03-014-8/+23
| | | | | unintegrated changes. p4raw-id: //depot/perl@27354
* Upgrade to CPAN 1.87Rafael Garcia-Suarez2006-02-275-123/+244
| | | p4raw-id: //depot/perl@27346
* [patch] dumping tied globs without FILENO method on the debugger failsSalvador FandiƱo2006-02-271-3/+3
| | | | | Message-ID: <20060225101254.726.qmail@lists.develooper.com> p4raw-id: //depot/perl@27342
* Upgrade to CPAN-1.86Steve Peters2006-02-242-129/+158
| | | p4raw-id: //depot/perl@27311
* $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid testSteve Peters2006-02-211-1/+2
| | | | | warnings. p4raw-id: //depot/perl@27256
* Patches: B, CGI, ExtUtils::MM_UnixJoshua ben Jore2006-02-211-1/+5
| | | | | | From: "Joshua ben Jore" <twists@gmail.com> Message-ID: <dc5c751d0602190058t78d915fv78c6318370307b63@mail.gmail.com> p4raw-id: //depot/perl@27255
* Need to clear CvXSUBANY() too to turn a constant sub into a prototype.Nicholas Clark2006-02-201-1/+3
| | | p4raw-id: //depot/perl@27242
* Fix precedence.Brendan O'Dea2006-02-171-1/+1
| | | | | | | Subject: [PATCH] 5.8.8: Debian patches From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20060210133715.GA6826@londo.c47.org> p4raw-id: //depot/perl@27211
* Re: [perl #38485] use integer; 0x80000000/-1; # coredumpYitzchak Scott-Thoennes2006-02-171-3/+8
| | | | | Message-ID: <20060213093925.GA3476@efn.org> p4raw-id: //depot/perl@27205
* Upgrade to CGI-3.16, with version bump on CGI.pm for documentationSteve Peters2006-02-168-38/+126
| | | | | fixes not yet integrated. p4raw-id: //depot/perl@27202