summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Quieten B::Deparse warnings (fixes #113464).Paul Johnson2012-06-081-1/+1
* Increase $B::Deparse::VERSION to 1.15Father Chrysostomos2012-06-081-1/+1
* B::Deparse: loopexes have list precFather Chrysostomos2012-06-083-3/+10
* [perl #64772] check both input and output file handles for syncEvan Miller2012-06-013-4/+8
* [perl #64772] TODO test for sync on read only handleTony Cook2012-06-011-1/+10
* convert dist/IO/t/io_xs.t to Test::MoreTony Cook2012-06-011-7/+8
* [perl #111798] ExtUtils-CBuilder looks for the manifest file in the wrong placeN/K2012-05-2813-15/+14
* [perl #111782] ExtUtils-CBuilder on Windows does not embed manifestsSteve Hay2012-05-2813-14/+15
* File::Spec::Unix: Fix pod linkFather Chrysostomos2012-05-261-1/+2
* Increase $File::Spec::Unix::VERSION to 3.39_03Father Chrysostomos2012-05-261-1/+1
* Tests for perl #111510Volker Schatz2012-05-261-0/+4
* [perl #111510] File::Spec::UNIX->abs2rel() gets it wrong with ".." componentsVolker Schatz2012-05-261-23/+50
* update Module::CoreList for 5.17.0Zefram2012-05-263-15/+702
* Increase $ExtUtils::ParseXS::Utilities::VERSION to 3.17Father Chrysostomos2012-05-231-1/+1
* Increase $ExtUtils::ParseXS::VERSION to 3.17Father Chrysostomos2012-05-231-1/+1
* ParseXS.pm: Only inc PL_amagic_generation before 5.9Father Chrysostomos2012-05-231-0/+2
* [perl #111918] Fix thawing seen objects in STORABLE_attach hookIgor Zaytsev2012-05-222-2/+47
* [perl #112358] Storable: Don’t create RV with no refcntFather Chrysostomos2012-05-212-3/+11
* Increase $Storable::VERSION to 2.35Father Chrysostomos2012-05-211-1/+1
* reflect Socket update in Module::CoreListRicardo Signes2012-05-151-1/+1
* Revert fixes for [rt.cpan.org #61577]Ricardo Signes2012-05-145-191/+1
* add long-form keys for newer versions in CoreListRicardo Signes2012-05-111-0/+6
* bump the CoreList version in CoreList for 5.16Ricardo Signes2012-05-101-1/+1
* add a changes_between function in Module::CoreListRicardo Signes2012-05-103-12/+65
* add the --diff option to corelistRicardo Signes2012-05-102-1/+41
* update Module::CoreList for 5.16.0Ricardo Signes2012-05-102-15/+703
* add Test::More as a prereq to Makefile.PLDominic Hargreaves2012-05-101-0/+3
* sometimes fork() isn't availableTony Cook2012-05-102-57/+67
* [rt.cpan.org #61577] sockdomain and socktype undef on newly accepted socketsDaniel Kahn Gillmor2012-05-104-1/+178
* Skip Carp tests on VMS.Craig A. Berry2012-05-091-27/+36
* [perl #107636] Make Carp::longmess work inside die overrideFather Chrysostomos2012-04-192-2/+16
* Increase $Carp::Heavy::VERSION to 1.26Father Chrysostomos2012-04-191-1/+1
* Increase $Carp::VERSION to 1.26Father Chrysostomos2012-04-191-1/+1
* Decrease $Safe::VERSION to 2.31_01Father Chrysostomos2012-04-031-1/+1
* [perl #111462] Move strict hints from %^H to $^HFather Chrysostomos2012-04-033-4/+18
* Increase $B::Deparse::VERSION to 1.14Father Chrysostomos2012-04-031-1/+1
* Safe.pm: Don’t eval code under ‘no strict’Father Chrysostomos2012-03-313-5/+26
* Convert safeops.t to test.plFather Chrysostomos2012-03-311-2/+5
* Increase $Safe::VERSION to 2.32Father Chrysostomos2012-03-311-1/+1
* Update base.pm's Changes file from the perldeltasRafael Garcia-Suarez2012-03-311-0/+7
* Remove test for a functionality that was removedRafael Garcia-Suarez2012-03-311-14/+1
* Adjust skip condition of tests for fields.pm to cover 5.14.*Rafael Garcia-Suarez2012-03-311-3/+3
* Final version of Module::CoreList is 2.65.Abigail2012-03-201-0/+9
* Get the ABSTRACT for Module-CoreList from the .pod file nowChris 'BinGOs' Williams2012-03-201-1/+1
* Document upgrade of lib/charnames.Abigail2012-03-201-3/+3
* Document new versions of Data::Dumper and XS::APItest.Abigail2012-03-201-4/+4
* Use the new utf8 to code point functionsKarl Williamson2012-03-192-8/+8
* Update Module::CoreList for 5.15.9Abigail2012-03-202-3/+689
* In B::Deparse::_features_from_bundle(), don't call feature::current_bundle()Nicholas Clark2012-03-191-5/+2
* In Deparse, use $feature::hint_mask directly, instead of copying its value.Nicholas Clark2012-03-191-15/+10