diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-20 20:56:46 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-20 20:56:46 +0000 |
commit | 33eef97194699687c6732e8ec14c1c7867db21fd (patch) | |
tree | 27780c171bd62bf016029cf2d1236a2e3b830fc7 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command | |
parent | ee0ba7340818251ec0f145a29500a35b067bba83 (diff) | |
download | perl-33eef97194699687c6732e8ec14c1c7867db21fd.tar.gz |
Update ExtUtils-MakeMaker to CPAN version 6.90
[DELTA]
6.90 Thu Feb 20 20:46:04 GMT 2014
No changes from 6.89_01
6.89_01 Mon Feb 17 15:56:39 GMT 2014
Bug fixes:
* Libraries are not transitive on Android
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm | 2 |
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 5816c89134..a3c664c7c4 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.88'; +our $VERSION = '6.90'; my $Is_VMS = $^O eq 'VMS'; |