summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-293-4/+11
* ExtUtils::ParseXS: Changelog, version bump for dev releaseSteffen Mueller2012-01-286-5/+21
* Safe.pm: Make sure SWASHNEW is properly loadedKarl Williamson2012-01-202-5/+9
* Merge branch 'bingos/release-5.15.7' into bleadChris 'BinGOs' Williams2012-01-202-3/+698
|\
| * Update Module::CoreList for v5.15.7Chris 'BinGOs' Williams2012-01-202-3/+698
* | Copyright update for ExtUtils::{ParseXS,Typemaps}Steffen Mueller2012-01-205-10/+6
* | Fix parse problem with embedded typemapsSteffen Mueller2012-01-204-6/+5
|/
* Better typemap error reportingSteffen Mueller2012-01-203-7/+64
* EU::Typemaps: Make oneliner in docs more portableSteffen Mueller2012-01-201-1/+1
* Bump ExtUtils::ParseXS version for doc referencesSteffen Mueller2012-01-204-4/+4
* EU::Typemaps: Helper module for easy typemap inclusion in XSSteffen Mueller2012-01-194-0/+290
* EU::Typemaps: Implement embedded-typemap dumpingSteffen Mueller2012-01-193-2/+60
* Update Locale-Maketext to CPAN version 1.22Chris 'BinGOs' Williams2012-01-172-1/+14
* Increase $Math::BigInt::VERSION to 1.998Father Chrysostomos2012-01-161-1/+1
* BigInt.pm: Suppress overload warningFather Chrysostomos2012-01-161-0/+3
* Bump ExtUtils::Manifest version due to commits 97bae9c5 and bf081550Chris 'BinGOs' Williams2012-01-151-1/+1
* Bump autouse version due to commit f965e9d4aChris 'BinGOs' Williams2012-01-151-1/+1
* [perl #108224] B::Deparse doesn't recognize for continue blockHojung Youn2012-01-142-1/+45
* Stop inadvertently skipping Spec.t on VMS.Craig A. Berry2012-01-141-4/+4
* Upgrade Pod-Perldoc to CPAN version 3.15_15Ricardo Signes2012-01-0624-903/+9804
* cflags does not exists in Config.pm; use ccflagsambs2012-01-0512-13/+13
* Correct bug-report email in IO docsFather Chrysostomos2012-01-037-14/+15
* Packlist.t: add bug numberFather Chrysostomos2012-01-031-1/+1
* ExtUtils::Packlist: Restore 5.005 compatibilityFather Chrysostomos2012-01-021-1/+1
* [perl #107410] Tests for used-once warnings from ExtUtils::PacklistFather Chrysostomos2012-01-021-2/+14
* Removed 'once' warnings in ExtUtils::Packlist::mkfh.Joel Berger2012-01-021-0/+1
* Increase $ExtUtils::Packlist::VERSION to 1.46Father Chrysostomos2012-01-021-1/+1
* Current VMS can handle filenames with spaces.Craig A. Berry2011-12-311-0/+2
* Allow Data::Dumper to load on miniperlFather Chrysostomos2011-12-311-2/+3
* Increase $Data::Dumper::VERSION to 2.135_03Father Chrysostomos2011-12-311-2/+2
* ExtUtils::ParseXS: Bump versions to 3.11Steffen Mueller2011-12-295-5/+8
* Escape double-quotes in generated #line directivesSteffen Mueller2011-12-284-7/+45
* perlxstut: keep indentation consistent within exampleFather Chrysostomos2011-12-271-2/+2
* [perl #102622] perlxstut: Add SvGETMAGIC to exampleFather Chrysostomos2011-12-261-2/+5
* Skip failing DD tests under 5.6Father Chrysostomos2011-12-251-1/+7
* Fix DD’s vstring tests unter 5.6Father Chrysostomos2011-12-251-1/+6
* Make DD dump *{''} correctly under 5.6Father Chrysostomos2011-12-253-3/+18
* Make DD dump *{''} properlyFather Chrysostomos2011-12-253-4/+20
* [perl #101162] DD support for vstringsFather Chrysostomos2011-12-253-8/+82
* Increase $Data::Dumper::VERSION to 2.135_02Father Chrysostomos2011-12-251-2/+2
* [perl #86060] $( $| $) need braces in regexpsFather Chrysostomos2011-12-242-1/+9
* deparse.t: Automatically count __DATA__ testsFather Chrysostomos2011-12-241-2/+3
* Deparse the /d flag with implicit featuresFather Chrysostomos2011-12-242-1/+18
* Deparse /$#a/ correctlyFather Chrysostomos2011-12-242-3/+7
* Deparse.pm: Document that strict vars and subs workFather Chrysostomos2011-12-241-1/+1
* [perl #24027] Deparse strict vars and subsFather Chrysostomos2011-12-242-17/+51
* Fix Deparse ambient_pragmas/strict regressionFather Chrysostomos2011-12-242-0/+20
* Deparse.pm: Document that use feature is supportedFather Chrysostomos2011-12-241-1/+2
* Deparse all features with ‘use/no feature’Father Chrysostomos2011-12-242-18/+33
* Deparse implicit with ‘use feature’Father Chrysostomos2011-12-242-20/+80