Bump version to 0.70, and upgrade Module::Install to 0.88 from 0.85
[p5sagit/Devel-Size.git] / inc / Module / Install / Win32.pm
index 42cb653..4f808c7 100644 (file)
@@ -6,7 +6,7 @@ use Module::Install::Base;
 
 use vars qw{$VERSION $ISCORE @ISA};
 BEGIN {
-       $VERSION = '0.65';
+       $VERSION = '0.68';
        $ISCORE  = 1;
        @ISA     = qw{Module::Install::Base};
 }