summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-11-30 22:55:42 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-11-30 22:55:42 +0000
commitc6865d2cad76caa20c247a9893c35afa8ba29124 (patch)
treea077a534e4fd072db6aed2a3ca07224034cc34e9 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm
parent6bed2ed6638d89f883503ed1dbfdbff14aa4c3f3 (diff)
downloadperl-c6865d2cad76caa20c247a9893c35afa8ba29124.tar.gz
Update ExtUtils-MakeMaker to CPAN version 6.84
[DELTA] 6.84 Sat Nov 30 15:22:35 GMT 2013 No changes from 6.83_06 6.83_06 Fri Nov 29 21:50:51 GMT 2013 Doc fixes: * Correct the documentation for MAGICXS 6.83_05 Mon Nov 25 22:51:11 GMT 2013 New Features: * Added MAGICXS attribute to explicitly enable automagic XS building. Bug fixes: * RT#90780 fix Macro `BOOTSTRAP' redefined warnings * Only enable automatic OBJECT generation if MAGICXS is true 6.83_04 Sun Nov 17 11:41:43 GMT 2013 New Features: * OBJECT can now be specified as an array * build C_FILES/O_FILES/OBJECT automatically from XS 6.83_03 Fri Nov 15 09:44:26 GMT 2013 Bug fixes: * Don't recurse into stale dist dirs 6.83_02 Tue Nov 12 11:11:34 GMT 2013 Misc: * Enable bootstrapping to work on v5.10.x again 6.83_01 Tue Nov 5 11:43:50 GMT 2013 Misc: * disable make parallelism for pure_all target
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm')
-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 390aab0d7c..38eb8b8d38 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.82';
+our $VERSION = '6.84';
my $Is_VMS = $^O eq 'VMS';