update M::I

This commit is contained in:
Oliver Gorwits
2017-01-06 14:33:27 +00:00
parent bf3ffc460b
commit 33a37ffe06
10 changed files with 25 additions and 39 deletions

View File

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