update M::I

This commit is contained in:
Oliver Gorwits
2015-01-01 16:48:18 +00:00
parent 51e2984724
commit f9122ce72e
11 changed files with 26 additions and 26 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 = 'Module::Install::Base';
$ISCORE = 1;
}