summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command
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/Command
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/Command')
-rw-r--r--cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm
index 7d004fe359..390aab0d7c 100644
--- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm
+++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm
@@ -10,7 +10,7 @@ our @ISA = qw(Exporter);
our @EXPORT = qw(test_harness pod2man perllocal_install uninstall
warn_if_old_packlist test_s cp_nonempty);
-our $VERSION = '6.80';
+our $VERSION = '6.82';
my $Is_VMS = $^O eq 'VMS';