summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-02-20 20:56:46 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-02-20 20:56:46 +0000
commit33eef97194699687c6732e8ec14c1c7867db21fd (patch)
tree27780c171bd62bf016029cf2d1236a2e3b830fc7 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm
parentee0ba7340818251ec0f145a29500a35b067bba83 (diff)
downloadperl-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_VOS.pm')
-rw-r--r--cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm
index 65832ef9a1..e756fd78e1 100644
--- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm
+++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm
@@ -1,7 +1,7 @@
package ExtUtils::MM_VOS;
use strict;
-our $VERSION = '6.88';
+our $VERSION = '6.90';
require ExtUtils::MM_Unix;
our @ISA = qw(ExtUtils::MM_Unix);