WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 71b8d2d

Browse files
bump version to 1.20
1 parent faae270 commit 71b8d2d

36 files changed

+36
-36
lines changed

lib/Module/AutoInstall.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use ExtUtils::MakeMaker ();
77

88
use vars qw{$VERSION};
99
BEGIN {
10-
$VERSION = '1.19';
10+
$VERSION = '1.20';
1111
}
1212

1313
# special map on pre-defined feature sets

lib/Module/Install.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BEGIN {
3030
# This is not enforced yet, but will be some time in the next few
3131
# releases once we can make sure it won't clash with custom
3232
# Module::Install extensions.
33-
$VERSION = '1.19';
33+
$VERSION = '1.20';
3434

3535
# Storage for the pseudo-singleton
3636
$MAIN = undef;

lib/Module/Install/Admin.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use inc::Module::Install ();
66

77
use vars qw{$VERSION @ISA};
88
BEGIN {
9-
$VERSION = '1.19';
9+
$VERSION = '1.20';
1010
@ISA = 'Module::Install';
1111
}
1212

lib/Module/Install/Admin/Bundle.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use Module::Install::Base;
55

66
use vars qw{$VERSION @ISA};
77
BEGIN {
8-
$VERSION = '1.19';
8+
$VERSION = '1.20';
99
@ISA = qw{Module::Install::Base};
1010
}
1111

lib/Module/Install/Admin/Compiler.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use Devel::PPPort ();
77

88
use vars qw{$VERSION @ISA};
99
BEGIN {
10-
$VERSION = '1.19';
10+
$VERSION = '1.20';
1111
@ISA = qw{Module::Install::Base};
1212
}
1313

lib/Module/Install/Admin/Find.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use File::Find ();
55
use Module::Install::Base ();
66
use vars qw{$VERSION @ISA};
77
BEGIN {
8-
$VERSION = '1.19';
8+
$VERSION = '1.20';
99
@ISA = qw(Module::Install::Base);
1010
}
1111

lib/Module/Install/Admin/Include.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use Module::Install::Base;
55

66
use vars qw{$VERSION @ISA};
77
BEGIN {
8-
$VERSION = '1.19';
8+
$VERSION = '1.20';
99
@ISA = qw{Module::Install::Base};
1010
}
1111

lib/Module/Install/Admin/Makefile.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use ExtUtils::MakeMaker ();
66

77
use vars qw{$VERSION @ISA};
88
BEGIN {
9-
$VERSION = '1.19';
9+
$VERSION = '1.20';
1010
@ISA = qw{Module::Install::Base};
1111
}
1212

lib/Module/Install/Admin/Manifest.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use Module::Install::Base;
55

66
use vars qw{$VERSION @ISA};
77
BEGIN {
8-
$VERSION = '1.19';
8+
$VERSION = '1.20';
99
@ISA = qw{Module::Install::Base};
1010
}
1111

lib/Module/Install/Admin/Metadata.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Module::Install::Base;
66

77
use vars qw{$VERSION @ISA};
88
BEGIN {
9-
$VERSION = '1.19';
9+
$VERSION = '1.20';
1010
@ISA = 'Module::Install::Base';
1111
}
1212

0 commit comments

Comments
 (0)