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/MM_Any.pm | |
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/MM_Any.pm')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm index 32efe89df9..5066ba9330 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm @@ -1,7 +1,7 @@ package ExtUtils::MM_Any; use strict; -our $VERSION = '6.88'; +our $VERSION = '6.90'; use Carp; use File::Spec; |