summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IE...Jari Aalto2007-03-191-8/+6
* Upgrade to version.pm 0.71, by John PeacockRafael Garcia-Suarez2007-03-191-13/+34
* 29044 broke Fatal.pmAndreas J. Koenig2007-03-182-2/+2
* perl5db.t: skip test when /dev/tty is not availableAlexey Tourbin2007-03-171-0/+4
* Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IE...Jari Aalto2007-03-161-0/+19
* Patch by Abigail to avoid using $& in diagnostics.pm.Rafael Garcia-Suarez2007-03-151-1/+1
* Re: [perl #41687] [PATCH] v5.8.8 pod2html -- Add --[no]fragmentuniq to suppor...Jari Aalto2007-03-143-25/+76
* [perl #41698] [PATCH] v5.8.8 pod2html -- Add <div>..</div> around the outputt...Jari Aalto2007-03-144-13/+37
* [perl #41701] [PATCH] v5.8.8. pod2html -- F<filename> should add 'class="file...Jari Aalto2007-03-143-5/+5
* De-hardcode a path in a Test::Simple test, so it worksRafael Garcia-Suarez2007-03-141-1/+1
* Upgrade to Test-Simple-0.68. Includes a tweak toSteve Peters2007-03-148-149/+255
* Patch by Sébastien Aperghis-Tramoni to avoid encodingRafael Garcia-Suarez2007-03-141-5/+1
* inform constant.pm about UNITCHECKJoshua ben Jore2007-03-132-4/+6
* Remove notes about experimental functions in the utf8 module.Rafael Garcia-Suarez2007-03-121-10/+4
* Upgrade to CPAN-1.88_78Steve Peters2007-03-126-51/+132
* ExtUtils::Manifest fix-ups for VMS:Craig A. Berry2007-03-112-6/+10
* Bump Exporter's $VERSION.Nicholas Clark2007-03-101-1/+1
* Don't swallow up other warnings in Exporter's test. Remove a needlessNicholas Clark2007-03-091-2/+1
* Make Exporter::Heavy correctly not warn when exporting a symbol onlyNicholas Clark2007-03-092-4/+8
* In ExtUtils::Liblist::Kid::_vms_ext(), escape the dollar, not theCraig A. Berry2007-03-091-1/+1
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-081-5/+14
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-081-0/+116
* debugger history save and loadAndreas J. Koenig2007-03-081-8/+56
* MM->{ldflags} may not be defined and wouldn't help us locateCraig A. Berry2007-03-081-1/+1
* Syntax nit in ExtUtils::Liblist::Kid, noticed by Yves OrtonRafael Garcia-Suarez2007-03-071-2/+2
* Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)Juerd Waalboer2007-03-072-66/+52
* Localize $! in splainthis() too. (see bug #41717)Rafael Garcia-Suarez2007-03-071-0/+1
* Better localisation of $_ in diagnostics.Rafael Garcia-Suarez2007-03-071-5/+4
* Avoid to load the *+ and *- globs too early.Rafael Garcia-Suarez2007-03-071-1/+0
* Upgrade to IO-Zlib-1.05. There are updates to the core that haveSteve Peters2007-03-063-42/+51
* Upgrade to CGI.pm-3.27Steve Peters2007-03-066-74/+307
* 'Unknown PerlIO layer "encoding"...' messageJerry D. Hedden2007-03-061-3/+4
* dumpvar.pl must load re::Tie::Hash::NamedCapture if it wantsRafael Garcia-Suarez2007-03-061-0/+1
* Use linker flags rather than compiler flags in ExtUtils::Liblist::Kid::_vms_ext Craig A. Berry2007-03-041-3/+2
* Math::BigInt 1.80Tels2007-03-0412-29/+154
* Make use VERSION also load feature.pmRafael Garcia-Suarez2007-03-031-0/+29
* Mention the syntax C<use feature ':5.10'> in feature.pm's synopsisRafael Garcia-Suarez2007-03-011-0/+2
* Upgrade to Params::Check 0.26Rafael Garcia-Suarez2007-03-012-8/+32
* Teach Module::Build about DragonflyBSDRafael Garcia-Suarez2007-03-011-1/+2
* Skip tests if Encode not builtJerry D. Hedden2007-02-272-1/+15
* Disable the strict pragma before eval'ing selfloaded code.Rafael Garcia-Suarez2007-02-271-1/+5
* Update the FSF's address. Plus some other whitespace and NON-WHITESPACENicholas Clark2007-02-261-3/+3
* Add a version number to Module::Pluggable::Object andRafael Garcia-Suarez2007-02-262-1/+3
* Module::Pluggable::Object::search_paths portability update prompted byCraig A. Berry2007-02-262-3/+41
* sigtrap.pm (handler_traceback): do not clobber $_Alexey Tourbin2007-02-251-3/+2
* Re: [perl #41513] (parsing?)problem when using a '/' followed by a Switch sta...Wolfgang Laun2007-02-251-3/+18
* - Use the same regexp as in change #30395 to parse subroutineRafael Garcia-Suarez2007-02-251-15/+29
* Factorize three regexps into one, using new regexp featuresRafael Garcia-Suarez2007-02-251-8/+12
* Don't clobber $_ by using "my $_". Potential bug found by Alexey Tourbin.Rafael Garcia-Suarez2007-02-251-5/+5
* ExtUtils/Constant/Base.pm: use constant folding to eliminated dead codeAlexey Tourbin2007-02-241-7/+7