summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Update Module::CoreList for v5.27.7Chris 'BinGOs' Williams2017-12-201-0/+165
* Demonstrate how File::Spec->catfile('.', @other_args) works.James E Keenan2017-12-181-0/+3
* perlxs: Document bitwise calling conventionsFather Chrysostomos2017-12-181-3/+12
* align version numbers in the PathTools distroZefram2017-12-1810-10/+10
* remove support for running PathTools on MacOSZefram2017-12-183-37/+4
* remove support for running PathTools on EPOCZefram2017-12-182-15/+0
* show modern usage for {XS,Dyna}LoaderZefram2017-12-161-12/+11
* semicolon-friendly diagnostic controlZefram2017-12-166-35/+44
* Cwd: Change strcmp into strEQKarl Williamson2017-12-1313-13/+16
* Fix typo in 183a822da3e11eb0f7dba393f5e6f2bc515cffe6Karl Williamson2017-12-131-1/+1
* Data::Dumper: Change a strncmp to memBEGINsKarl Williamson2017-12-131-1/+7
* Data::Dumper: Change strcpy to strlcpyKarl Williamson2017-12-131-2/+10
* Add PERL_REENTRANT for XS modulesKarl Williamson2017-12-131-5/+12
* revise doc about returning values from threadsZefram2017-12-121-16/+20
* correct detection of arg absence in Data::DumperZefram2017-12-126-85/+36
* Declaration after statement in typemapFather Chrysostomos2017-12-101-1/+1
* Increase $ExtUtils::Typemaps::VERSION to 3.37Father Chrysostomos2017-12-101-1/+1
* Avoid newGVgen in blead-upstream modulesFather Chrysostomos2017-12-102-5/+11
* Fix WIDEST_UTYPE in Devel::PPPort.Craig A. Berry2017-12-082-7/+9
* in Data-Dumper, quote glob names betterZefram2017-12-013-20/+45
* IO test: adjust require for non CORE perlNicolas R2017-11-291-3/+3
* autouse: fix autouse.t deparsingDavid Mitchell2017-11-231-4/+5
* Sync ExtUtils-CBuilder with CPAN release 0.280230Alberto Simões2017-11-2215-16/+45
* Bump Carp to version 1.45Nicolas R2017-11-213-3/+3
* Carp: optimize format_arg when arguments contain many referencesJ. Nick Koston2017-11-212-1/+10
* generate preliminary Module::CoreList updates for 5.27.7Karen Etheridge2017-11-204-3/+33
* Update Module::CoreList for 5.27.6Karen Etheridge2017-11-201-2/+176
* bump threads version to account for previous changes to comments and testsKaren Etheridge2017-11-191-2/+2
* fix other pod versions that had become out of date, and add reminder commentsKaren Etheridge2017-11-182-4/+4
* fix Attribute::Handlers pod to match new $VERSIONKaren Etheridge2017-11-181-1/+1
* IO::Handle - fix precedence issueNicolas R2017-11-151-9/+9
* stop unused-var warnings in ExtUtils-ParseXS testsZefram2017-11-143-0/+5
* avoid unused-var warnings in compiled XSZefram2017-11-1411-11/+17
* Storable: remove Config dependencyNicolas R2017-11-135-10/+59
* Time::HiRes disable a flapping test for CINicolas R2017-11-131-3/+5
* Switch some core modules to XSLoaderNicolas R2017-11-136-22/+20
* Track Unicode-Normalize Changes file so it can be updated as it is changed in...Todd Rinaldo2017-11-131-0/+255
* document IO::Select error detectionZefram2017-11-121-8/+16
* avoid runtime module loading in File::SpecZefram2017-11-117-46/+31
* Replace multiple 'use vars' by 'our' in distNicolas R2017-11-1162-193/+150
* Revert "Speed up Carp.pm when backtrace arguments are references"Zefram2017-11-041-10/+10
* Speed up Carp.pm when backtrace arguments are referencesNicolas R2017-11-031-10/+10
* Increase $Carp::Heavy::VERSION to 1.44Father Chrysostomos2017-11-011-1/+1
* Increase $Carp::VERSION to 1.44Father Chrysostomos2017-11-011-1/+1
* Carp: Don’t choke on ISA constantFather Chrysostomos2017-11-012-2/+14
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-0/+1
* Devel-PPPort: Fix up podKarl Williamson2017-10-272-16/+21
* mv Devel-PPPort from cpan to distKarl Williamson2017-10-27369-0/+22477
* Use File::Spec->tmpdir() instead of hard-coded /tmpSteve Hay2017-10-261-4/+6
* Redirect STDERR to /dev/null instead of just closing itSteve Hay2017-10-251-4/+4