summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* A typo in my last Module::CoreList update caused the deprecated hash keyJesse Vincent2010-03-161-0/+1
* feature.pm needed to be taught about "use feature ':5.12'"Jesse Vincent2010-03-141-1/+1
* Module::CoreList bumped to 2.27 and updated with versions of thingsJesse Vincent2010-03-143-7/+644
* Re-TODO one more Deparse testRafael Garcia-Suarez2010-03-111-1/+2
* revert const deparsing in Deparse.pmDavid Mitchell2010-03-102-28/+8
* Bump Safe to version 2.25Rafael Garcia-Suarez2010-03-073-2/+5
* Further improvements to the security fix in 16ac9e9a4185d3315152ade5286d4dd3d...Nick Cleaton2010-03-071-7/+8
* Merge branch 'dual/Safe' into bleadRafael Garcia-Suarez2010-03-068-111/+318
|\
| * Bump version to 2.24 and update ChangesRafael Garcia-Suarez2010-03-063-2/+9
| * Clean the stashes from the Safe compartment after evaluation of code.Rafael Garcia-Suarez2010-03-061-2/+28
| * Un-TODO warning testRafael Garcia-Suarez2010-02-281-1/+0
| * Remove unused variable, spotted by Alex HunsakerRafael Garcia-Suarez2010-02-261-1/+0
| * Add methods wrap_code_ref and wrap_code_refs_withinTim Bunce2010-02-264-105/+203
| * Also share SWASHGET in perls < 5.10, before it was translated from perl to CRafael Garcia-Suarez2010-02-241-1/+3
| * Add more version::vxs routines to the default shareRafael Garcia-Suarez2010-02-231-0/+2
| * Add new test in Safe's MANIFESTRafael Garcia-Suarez2010-02-221-0/+1
| * Bump version to 2.23Rafael Garcia-Suarez2010-02-223-2/+8
| * Add some symbols from version::vxs to the default shareRafael Garcia-Suarez2010-02-221-0/+3
| * [perl #72942] Can't perform unicode operations in Safe compartmentTim Bunce2010-02-222-0/+64
| * Install Safe in "site" instead of "perl" for perls > 5.10Rafael Garcia-Suarez2010-02-221-1/+1
* | Cannot portably split on $Config{path_sep} -- use quotemeta($Config{path_sep}).Craig A. Berry2010-03-011-1/+1
|/
* Fix Module::CoreList's own $VERSION in 5.11.4Steve Hay2010-02-201-1/+1
* Update Module::CoreList for Perl 5.11.5Steve Hay2010-02-203-3/+638
* Documentation fix in perldoc's usage statement. (-A -> -v)Offer Kaye2010-02-171-2/+2
* Bump Safe's version to 2.22Rafael Garcia-Suarez2010-02-113-2/+6
* Silence spurious warning in new Safe testRafael Garcia-Suarez2010-02-111-4/+9
* Remove npl addresses from "my" filesRobin Barker2010-02-111-4/+4
* Bug in Safe 2.21 re propagating exceptionsTim Bunce2010-02-112-2/+29
* Update META.yml for Module::CoreListRafael Garcia-Suarez2010-01-201-1/+1
* update Module::CoreList for pending 5.11.4Ricardo Signes2010-01-192-2/+639
* Bump version to 2.21 and add changelogRafael Garcia-Suarez2010-01-143-2/+6
* Fixed the closure argument passing bug perl#72068Tim Bunce2010-01-141-1/+5
* Fixed tests.Tim Bunce2010-01-141-2/+2
* Added tests for perl#72068Tim Bunce2010-01-141-5/+10
* Omnibus strict and lax version parsingDavid Golden2010-01-132-5/+5
* [perl #71870] Use of uninitialized value in bitwise and B::DeparseVincent Pit2010-01-062-3/+10
* local version number bumps for CPAN.pm hotfixesDavid Golden2009-12-201-4/+4
* Update Module::CoreList for the new Encode (and seeming missing updates from ...Jesse Vincent2009-12-201-3/+5
* Update Module::CoreList for Module::Build update to 0.36David Golden2009-12-201-24/+24
* Regenerate Module::CoreList and bump to 2.24 for Perl 5.11.3Jesse Vincent2009-12-201-32/+665
* Rename VMS-unfriendly multi-dot files.Craig A. Berry2009-12-192-0/+0
* [perl #68640] Wrong error for undef constant nameZefram2009-12-152-7/+12
* Make the new test work in the core and bump version of Safe to 2.20Rafael Garcia-Suarez2009-12-014-7/+7
* [rt.cpan.org #51574] Safe.pm sort {} bug accessing $a and $b with -DusethreadsTim Bunce2009-12-013-2/+61
* Upgrade to threads 1.75Jerry D. Hedden2009-11-235-12/+16
* Updated Module::CoreList Changes etc for a CPAN releaseChris Williams2009-11-201-0/+3
* Module::CoreList updated for the real 5.11.2, including Module::Build changesLeon Brocard2009-11-191-26/+29
* Bump version of Module::CoreList to 2.23Chris Williams2009-11-192-2/+2
* Module::CoreList updated for 5.11.2Leon Brocard2009-11-181-1/+641
* Teach B::Deparse about in-place reverseVincent Pit2009-11-152-2/+18