M::I update

This commit is contained in:
Oliver Gorwits
2015-07-19 12:40:07 +01:00
parent ab22861e26
commit 02135958d3
10 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ use Fcntl qw/:flock :seek/;
use vars qw{$VERSION @ISA $ISCORE};
BEGIN {
$VERSION = '1.15';
$VERSION = '1.16';
@ISA = 'Module::Install::Base';
$ISCORE = 1;
}