Codebase list libcache-historical-perl / f803225
[ Debian Janitor ] New upstream snapshot. Debian Janitor 2 years ago
4 changed file(s) with 83 addition(s) and 27 deletion(s). Raw diff Collapse all Expand all
77 README
88 t/001Basic.t
99 t/002Timing.t
10 META.yml Module meta-data (added by MakeMaker)
10 META.yml Module YAML meta-data (added by MakeMaker)
11 META.json Module JSON meta-data (added by MakeMaker)
0 {
1 "abstract" : "Cache historical values",
2 "author" : [
3 "Mike Schilli <cpan@perlmeister.com>"
4 ],
5 "dynamic_config" : 1,
6 "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010",
7 "license" : [
8 "unknown"
9 ],
10 "meta-spec" : {
11 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
12 "version" : 2
13 },
14 "name" : "Cache-Historical",
15 "no_index" : {
16 "directory" : [
17 "t",
18 "inc"
19 ]
20 },
21 "prereqs" : {
22 "build" : {
23 "requires" : {
24 "ExtUtils::MakeMaker" : "0"
25 }
26 },
27 "configure" : {
28 "requires" : {
29 "ExtUtils::MakeMaker" : "0"
30 }
31 },
32 "runtime" : {
33 "requires" : {
34 "DBD::SQLite" : "1.14",
35 "DBI" : "0",
36 "Log::Log4perl" : "1",
37 "Rose::DB" : "0.735",
38 "Rose::DB::Object::Loader" : "0.764"
39 }
40 }
41 },
42 "release_status" : "stable",
43 "resources" : {
44 "repository" : {
45 "url" : "http://github.com/mschilli/cache-historical-perl"
46 }
47 },
48 "version" : "0.05",
49 "x_serialization_backend" : "JSON::PP version 4.04"
50 }
0 --- #YAML:1.0
1 name: Cache-Historical
2 version: 0.05
3 abstract: Cache historical values
0 ---
1 abstract: 'Cache historical values'
42 author:
5 - Mike Schilli <cpan@perlmeister.com>
6 license: unknown
7 distribution_type: module
3 - 'Mike Schilli <cpan@perlmeister.com>'
4 build_requires:
5 ExtUtils::MakeMaker: '0'
86 configure_requires:
9 ExtUtils::MakeMaker: 0
10 build_requires:
11 ExtUtils::MakeMaker: 0
7 ExtUtils::MakeMaker: '0'
8 dynamic_config: 1
9 generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010'
10 license: unknown
11 meta-spec:
12 url: http://module-build.sourceforge.net/META-spec-v1.4.html
13 version: '1.4'
14 name: Cache-Historical
15 no_index:
16 directory:
17 - t
18 - inc
1219 requires:
13 DBD::SQLite: 1.14
14 DBI: 0
15 Log::Log4perl: 1
16 Rose::DB: 0.735
17 Rose::DB::Object::Loader: 0.764
20 DBD::SQLite: '1.14'
21 DBI: '0'
22 Log::Log4perl: '1'
23 Rose::DB: '0.735'
24 Rose::DB::Object::Loader: '0.764'
1825 resources:
19 repository: http://github.com/mschilli/cache-historical-perl
20 no_index:
21 directory:
22 - t
23 - inc
24 generated_by: ExtUtils::MakeMaker version 6.55_02
25 meta-spec:
26 url: http://module-build.sourceforge.net/META-spec-v1.4.html
27 version: 1.4
26 repository: http://github.com/mschilli/cache-historical-perl
27 version: '0.05'
28 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
0 libcache-historical-perl (0.05-3) UNRELEASED; urgency=medium
0 libcache-historical-perl (0.05+git20110427.1.ecb5364-1) UNRELEASED; urgency=medium
11
22 [ Debian Janitor ]
33 * Bump debhelper from old 11 to 12.
88 [ gregor herrmann ]
99 * debian/watch: use uscan version 4.
1010
11 -- Debian Janitor <janitor@jelmer.uk> Wed, 11 Dec 2019 13:50:19 +0000
11 [ Debian Janitor ]
12 * New upstream snapshot.
13
14 -- Debian Janitor <janitor@jelmer.uk> Wed, 03 Nov 2021 06:56:40 -0000
1215
1316 libcache-historical-perl (0.05-2.1) unstable; urgency=medium
1417