From c6ba15252667d61624481a75c7b61acee4e89cb3 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Mon, 23 Sep 2013 18:27:33 +0100 Subject: Update ExtUtils-MakeMaker to CPAN version 6.78 [DELTA] 6.78 Mon Sep 23 13:44:39 BST 2013 No changes from 6.77_08 6.77_08 Sun Sep 22 18:43:23 BST 2013 New feature: * Made UNINST an attribute, so removing shadowed modules can be set 'perl Makefile.PL UNINST=1' 6.77_07 Sat Sep 21 09:44:19 BST 2013 Bug fixes: * do not set default switches in Test::Harness; not even -w 6.77_06 Thu Sep 19 15:36:59 BST 2013 Dist fixes: * Previous tarball was corrupted 6.77_05 Thu Sep 19 14:09:00 BST 2013 Bug fixes: * Fix 3 more tests to work in parallel. Now works with HARNESS_OPTIONS=j64 6.77_04 Wed Sep 18 19:23:38 BST 2013 Bug fixes: * Fixed PERL_SRC for core tests after parallelisation enhancements were made in 6.77_01 6.77_03 Mon Sep 16 12:20:25 BST 2013 VMS fixes: * CCFLAGS may have appendages not from PERL_MM_OPT 6.77_02 Thu Sep 12 21:21:12 BST 2013 Bug fixes: * Support 'perl' as a PREREQ_PM target * RT#77029 Support linefeeds in abstract parsing * Skip some tests when cross-compiling core 6.77_01 Tue Sep 10 15:20:42 BST 2013 Bug fixes: * RT#7248 warn if NAME is not valid package name * Perl#36539 reverse search order for finding perl * parse_version() should work with taint mode now * RT#69590 enable tests to be run in parallel --- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm') diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm index 727b869e23..58c3e1b05b 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.76'; +our $VERSION = '6.78'; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); -- cgit v1.2.1