summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-08-27 13:04:44 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-08-27 14:41:00 +0100
commitd67fe576510286c2425bd5e8c2d7a43992d58d21 (patch)
treec784897d2663cc6048d9e129114c31ed6d7b28ef /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm
parent8c24c1f7e93a2af859ae46bb1481ed452edcbf85 (diff)
downloadperl-d67fe576510286c2425bd5e8c2d7a43992d58d21.tar.gz
Update ExtUtils-MakerMaker to CPAN version 6.74
[DELTA] 6.74 Tue Aug 27 12:43:05 BST 2013 No changes from 6.73_12 6.73_12 Fri Aug 23 10:49:13 BST 2013 Bug Fixes: * Preserve runtime requires when PREREQ_PM argument is empty or undef (miyagawa) * RT#88037 regen run of Makefile.PL will use same -MCross arg as initial .PL run (bulk88) 6.73_11 Sat Aug 17 22:51:14 BST 2013 Bug Fixes: * RT#87911 prepend SUFFIX with a '.' if one isn't supplied 6.73_10 Fri Aug 16 16:40:09 BST 2013 Bug Fixes: * RT#87839 resolve bootstrap problems when required prereqs are missing 6.73_09 Fri Aug 9 19:58:32 BST 2013 Bug Fixes: * Bundle code from Text::ParseWords to handle splitting PERL_MM_OPT (actually removing Text::ParseWords this time). 6.73_08 Fri Aug 9 19:49:27 BST 2013 Bug Fixes: * Bundle code from Text::ParseWords to handle splitting PERL_MM_OPT. 6.73_07 Wed Aug 7 16:07:04 BST 2013 Bug Fixes: * Set ACTIVEPERL_CONFIG_SILENT=1 during tests to make ActivePerl less vocal about things 6.73_06 Tue Aug 6 00:50:08 BST 2013 New features: * RT#70201 replace -M with Time::HiRes::stat Bug Fixes: * Split PERL_MM_OPT like a shell would, instead of split ' ' Win32 Fixes: * Correct an oversight with Liblist Kid fix 6.73_05 Mon Aug 5 17:44:00 BST 2013 Win32 fixes: * Fix hash randomisation problems with Liblist Kid 6.73_04 Thu Aug 1 22:34:31 BST 2013 Doc fixes: * Corrected example for PM => {} 6.73_03 Tue Jul 30 22:09:52 BST 2013 Bug Fixes: * Fix clean_subdirs target that was generating warning on BSD 6.73_02 Fri Jul 26 13:32:43 BST 2013 Misc: * Updated bundled Parse::CPAN::Meta 6.73_01 Wed Jul 24 23:49:56 BST 2013 Bug Fixes: * Robustified parse_version()
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm')
-rw-r--r--cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm
index cf1d0ba7ca..b352bae9bf 100644
--- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm
+++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm
@@ -1,7 +1,7 @@
package ExtUtils::MM_QNX;
use strict;
-our $VERSION = '6.72';
+our $VERSION = '6.74';
require ExtUtils::MM_Unix;
our @ISA = qw(ExtUtils::MM_Unix);