Codebase list liblib-abs-perl / fresh-snapshots/main
New upstream snapshot. Debian Janitor 1 year, 3 months ago
14 changed file(s) with 18 addition(s) and 25 deletion(s). Raw diff Collapse all Expand all
+0
-13
.gitignore less more
0 blib*
1 inc*
2 dist*
3 Makefile
4 Makefile.old
5 Build
6 _build*
7 pm_to_blib*
8 *.tar.gz
9 .lwpcookies
10 lvalue-*
11 cover_db
12 MYMETA.*
99 ExtUtils::MakeMaker: 6.59
1010 distribution_type: module
1111 dynamic_config: 1
12 generated_by: 'Module::Install version 1.17'
12 generated_by: 'Module::Install version 1.19'
1313 license: perl
1414 meta-spec:
1515 url: http://module-build.sourceforge.net/META-spec-v1.4.html
0 liblib-abs-perl (0.95+git20200124.1.5e97a36-1) UNRELEASED; urgency=low
1
2 * New upstream snapshot.
3
4 -- Debian Janitor <janitor@jelmer.uk> Thu, 19 Jan 2023 20:59:29 -0000
5
06 liblib-abs-perl (0.95-2) unstable; urgency=medium
17
28 [ Debian Janitor ]
77
88 use vars qw{$VERSION};
99 BEGIN {
10 $VERSION = '1.17';
10 $VERSION = '1.19';
1111 }
1212
1313 # special map on pre-defined feature sets
55
66 use vars qw{$VERSION @ISA $ISCORE};
77 BEGIN {
8 $VERSION = '1.17';
8 $VERSION = '1.19';
99 @ISA = 'Module::Install::Base';
1010 $ISCORE = 1;
1111 }
33 use strict 'vars';
44 use vars qw{$VERSION};
55 BEGIN {
6 $VERSION = '1.17';
6 $VERSION = '1.19';
77 }
88
99 # Suspend handler for "redefined" warnings
77
88 use vars qw{$VERSION @ISA $ISCORE};
99 BEGIN {
10 $VERSION = '1.17';
10 $VERSION = '1.19';
1111 @ISA = 'Module::Install::Base';
1212 $ISCORE = 1;
1313 }
55
66 use vars qw{$VERSION @ISA $ISCORE};
77 BEGIN {
8 $VERSION = '1.17';
8 $VERSION = '1.19';
99 @ISA = 'Module::Install::Base';
1010 $ISCORE = 1;
1111 }
55
66 use vars qw{$VERSION @ISA $ISCORE};
77 BEGIN {
8 $VERSION = '1.17';
8 $VERSION = '1.19';
99 @ISA = 'Module::Install::Base';
1010 $ISCORE = 1;
1111 }
77
88 use vars qw{$VERSION @ISA $ISCORE};
99 BEGIN {
10 $VERSION = '1.17';
10 $VERSION = '1.19';
1111 @ISA = 'Module::Install::Base';
1212 $ISCORE = 1;
1313 }
55
66 use vars qw{$VERSION @ISA $ISCORE};
77 BEGIN {
8 $VERSION = '1.17';
8 $VERSION = '1.19';
99 @ISA = 'Module::Install::Base';
1010 $ISCORE = 1;
1111 }
55
66 use vars qw{$VERSION @ISA $ISCORE};
77 BEGIN {
8 $VERSION = '1.17';
8 $VERSION = '1.19';
99 @ISA = 'Module::Install::Base';
1010 $ISCORE = 1;
1111 }
55
66 use vars qw{$VERSION @ISA $ISCORE};
77 BEGIN {
8 $VERSION = '1.17';
8 $VERSION = '1.19';
99 @ISA = qw{Module::Install::Base};
1010 $ISCORE = 1;
1111 }
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.17';
33 $VERSION = '1.19';
3434
3535 # Storage for the pseudo-singleton
3636 $MAIN = undef;