Codebase list libclass-autoloadcan-perl / f8e95be
New upstream snapshot. Debian Janitor 2 years ago
5 changed file(s) with 69 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
55 Build.PL
66 Makefile.PL
77 META.yml
8 META.json
0 {
1 "abstract" : "Make AUTOLOAD, can and inheritance cooperate.",
2 "author" : [
3 "Ben Tilly (btilly@gmail.com)."
4 ],
5 "dynamic_config" : 1,
6 "generated_by" : "Module::Build version 0.4231",
7 "license" : [
8 "perl_5"
9 ],
10 "meta-spec" : {
11 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
12 "version" : 2
13 },
14 "name" : "Class-AutoloadCAN",
15 "prereqs" : {
16 "configure" : {
17 "requires" : {
18 "Module::Build" : "0.42"
19 }
20 }
21 },
22 "provides" : {
23 "Class::AutoloadCAN" : {
24 "file" : "lib/Class/AutoloadCAN.pm",
25 "version" : "0.03"
26 }
27 },
28 "release_status" : "stable",
29 "resources" : {
30 "license" : [
31 "http://dev.perl.org/licenses/"
32 ]
33 },
34 "version" : "0.03",
35 "x_serialization_backend" : "JSON::PP version 4.04"
36 }
0 --- #YAML:1.0
0 ---
1 abstract: 'Make AUTOLOAD, can and inheritance cooperate.'
2 author:
3 - 'Ben Tilly (btilly@gmail.com).'
4 build_requires: {}
5 configure_requires:
6 Module::Build: '0.42'
7 dynamic_config: 1
8 generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version 2.150010'
9 license: perl
10 meta-spec:
11 url: http://module-build.sourceforge.net/META-spec-v1.4.html
12 version: '1.4'
113 name: Class-AutoloadCAN
2 version: 0.03
3 license: perl
4 distribution_type: module
5 requires: {}
6 recommends: {}
7 build_requires: {}
8 conflicts: {}
914 provides:
1015 Class::AutoloadCAN:
1116 file: lib/Class/AutoloadCAN.pm
12 version: 0.03
13 generated_by: Module::Build version 0.20
17 version: '0.03'
18 resources:
19 license: http://dev.perl.org/licenses/
20 version: '0.03'
21 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
0 # Generated by Module::Build::Compat->create_makefile_pl
1
0 # Note: this file was auto-generated by Module::Build::Compat version 0.4231
21 use ExtUtils::MakeMaker;
32 WriteMakefile
4 (
5 NAME => 'Class::AutoloadCAN',
6 VERSION => '0.03',
7 PL_FILES => {},
8 INSTALLDIRS => 'site',
9 PREREQ_PM => {
10
11 },
12 );
3 (
4 'PREREQ_PM' => {},
5 'VERSION_FROM' => 'lib/Class/AutoloadCAN.pm',
6 'EXE_FILES' => [],
7 'NAME' => 'Class::AutoloadCAN',
8 'INSTALLDIRS' => 'site',
9 'PL_FILES' => {}
10 )
11 ;
0 libclass-autoloadcan-perl (0.03-3) UNRELEASED; urgency=medium
0 libclass-autoloadcan-perl (0.03+git20210105.1.c72d4d4-1) UNRELEASED; urgency=medium
11
22 [ Salvatore Bonaccorso ]
33 * debian/control: Use HTTPS transport protocol for Vcs-Git URI
1515 [ Debian Janitor ]
1616 * Bump debhelper from old 9 to 12.
1717 * Set debhelper-compat version in Build-Depends.
18 * New upstream snapshot.
1819
19 -- Salvatore Bonaccorso <carnil@debian.org> Sat, 30 Jan 2016 20:03:20 +0100
20 -- Salvatore Bonaccorso <carnil@debian.org> Tue, 08 Jun 2021 17:11:06 -0000
2021
2122 libclass-autoloadcan-perl (0.03-2.1) unstable; urgency=medium
2223