From 6e1d3801821a486f3306ed90ff5db38077cc0ef0 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Mon, 4 Nov 2013 19:58:23 +0000 Subject: Update ExtUtils-MakeMaker to CPAN version 6.82 [DELTA] 6.82 Mon Nov 4 19:20:07 GMT 2013 No changes from 6.81_05 6.81_05 Sat Nov 2 21:29:42 GMT 2013 Misc: * Special-case the bundling of version, so that XS versions don't get overwritten 6.81_04 Fri Nov 1 19:54:09 GMT 2013 Doc fixes: * Update XSPROTOARG docs for changes in xsubpp 6.81_03 Thu Oct 24 20:50:15 BST 2013 Doc Fixes: * Clarify heir-apparent in FAQ Misc: * Changed GNU-Style to Unix-Style * VMS will now report 'make' style 6.81_02 Thu Oct 17 12:20:59 BST 2013 Misc: * Updated bundled JSON::PP 6.81_01 Wed Oct 16 08:59:03 BST 2013 Misc: * Updated bundled Test-Simple --- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm') diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm index a9bcd476ad..9ba094e643 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm @@ -15,7 +15,7 @@ use ExtUtils::MakeMaker qw($Verbose neatvalue); # If we make $VERSION an our variable parse_version() breaks use vars qw($VERSION); -$VERSION = '6.80'; +$VERSION = '6.82'; $VERSION = eval $VERSION; ## no critic [BuiltinFunctions::ProhibitStringyEval] require ExtUtils::MM_Any; -- cgit v1.2.1