update M::I

This commit is contained in:
Oliver Gorwits
2015-05-05 20:37:26 +01:00
parent e5c7501752
commit add4a564cf
10 changed files with 10 additions and 10 deletions

View File

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