update M::I

This commit is contained in:
Oliver Gorwits
2014-09-27 11:33:47 +01:00
parent 4a6081fc58
commit d3a6f3e526
12 changed files with 25 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ use Module::Install::Base ();
use vars qw{$VERSION @ISA $ISCORE};
BEGIN {
$VERSION = '1.06';
$VERSION = '1.12';
@ISA = qw{Module::Install::Base};
$ISCORE = 1;
}