summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-11-04 19:58:23 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-11-04 19:58:23 +0000
commit6e1d3801821a486f3306ed90ff5db38077cc0ef0 (patch)
tree213444ea50e1b114286502d634ecdfbac88c2ffd /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
parent7d88c327edd82b1ca4f092f56f1a171b72d4bdcc (diff)
downloadperl-6e1d3801821a486f3306ed90ff5db38077cc0ef0.tar.gz
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
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm')
-rw-r--r--cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm2
1 files changed, 1 insertions, 1 deletions
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;