Codebase list libclass-dbi-plugin-pager-perl / fresh-snapshots/upstream
Import upstream version 0.566+git20120916.1.0ac9fb8 Debian Janitor 1 year, 2 months ago
3 changed file(s) with 37 addition(s) and 42 deletion(s). Raw diff Collapse all Expand all
44 "Nikolay S. <majestic@cpan.org>"
55 ],
66 "dynamic_config" : 1,
7 "generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921",
7 "generated_by" : "Module::Build version 0.4232",
88 "license" : [
99 "perl_5"
1010 ],
1111 "meta-spec" : {
1212 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13 "version" : "2"
13 "version" : 2
1414 },
1515 "name" : "Class-DBI-Plugin-Pager",
1616 "prereqs" : {
1717 "configure" : {
1818 "requires" : {
19 "Module::Build" : "0.40"
19 "Module::Build" : "0.42"
2020 }
2121 },
2222 "runtime" : {
4040 "version" : "0.566"
4141 },
4242 "Class::DBI::Plugin::Pager::LimitOffset" : {
43 "file" : "lib/Class/DBI/Plugin/Pager/LimitOffset.pm",
44 "version" : 0
43 "file" : "lib/Class/DBI/Plugin/Pager/LimitOffset.pm"
4544 },
4645 "Class::DBI::Plugin::Pager::LimitXY" : {
47 "file" : "lib/Class/DBI/Plugin/Pager/LimitXY.pm",
48 "version" : 0
46 "file" : "lib/Class/DBI/Plugin/Pager/LimitXY.pm"
4947 },
5048 "Class::DBI::Plugin::Pager::LimitYX" : {
51 "file" : "lib/Class/DBI/Plugin/Pager/LimitYX.pm",
52 "version" : 0
49 "file" : "lib/Class/DBI/Plugin/Pager/LimitYX.pm"
5350 },
5451 "Class::DBI::Plugin::Pager::RowsTo" : {
55 "file" : "lib/Class/DBI/Plugin/Pager/RowsTo.pm",
56 "version" : 0
52 "file" : "lib/Class/DBI/Plugin/Pager/RowsTo.pm"
5753 }
5854 },
5955 "release_status" : "stable",
6056 "resources" : {
6157 "repository" : {
58 "type" : "git",
6259 "url" : "git://github.com/majesticcpan/class-dbi-plugin-pager.git"
6360 }
6461 },
65 "version" : "0.566"
62 "version" : "0.566",
63 "x_serialization_backend" : "JSON::PP version 4.07"
6664 }
44 - 'Nikolay S. <majestic@cpan.org>'
55 build_requires: {}
66 configure_requires:
7 Module::Build: 0.40
7 Module::Build: '0.42'
88 dynamic_config: 1
9 generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921'
9 generated_by: 'Module::Build version 0.4232, CPAN::Meta::Converter version 2.150010'
1010 license: perl
1111 meta-spec:
1212 url: http://module-build.sourceforge.net/META-spec-v1.4.html
13 version: 1.4
13 version: '1.4'
1414 name: Class-DBI-Plugin-Pager
1515 provides:
1616 Class::DBI::Plugin::Pager:
1717 file: lib/Class/DBI/Plugin/Pager.pm
18 version: 0.566
18 version: '0.566'
1919 Class::DBI::Plugin::Pager::LimitOffset:
2020 file: lib/Class/DBI/Plugin/Pager/LimitOffset.pm
21 version: 0
2221 Class::DBI::Plugin::Pager::LimitXY:
2322 file: lib/Class/DBI/Plugin/Pager/LimitXY.pm
24 version: 0
2523 Class::DBI::Plugin::Pager::LimitYX:
2624 file: lib/Class/DBI/Plugin/Pager/LimitYX.pm
27 version: 0
2825 Class::DBI::Plugin::Pager::RowsTo:
2926 file: lib/Class/DBI/Plugin/Pager/RowsTo.pm
30 version: 0
3127 requires:
32 Carp: 0
33 Class::DBI: 0.9
34 Class::DBI::Plugin::AbstractCount: 0
35 Class::Data::Inheritable: 0
36 Data::Page: 2
37 SQL::Abstract: 1.61
38 Test::Exception: 0
39 Test::More: 0
40 Test::Warn: 0
41 UNIVERSAL::require: 0
28 Carp: '0'
29 Class::DBI: '0.9'
30 Class::DBI::Plugin::AbstractCount: '0'
31 Class::Data::Inheritable: '0'
32 Data::Page: '2'
33 SQL::Abstract: '1.61'
34 Test::Exception: '0'
35 Test::More: '0'
36 Test::Warn: '0'
37 UNIVERSAL::require: '0'
4238 resources:
4339 repository: git://github.com/majesticcpan/class-dbi-plugin-pager.git
44 version: 0.566
40 version: '0.566'
41 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
0 # Note: this file was auto-generated by Module::Build::Compat version 0.4003
0 # Note: this file was auto-generated by Module::Build::Compat version 0.4232
11 use ExtUtils::MakeMaker;
22 WriteMakefile
33 (
4 'NAME' => 'Class::DBI::Plugin::Pager',
4 'PL_FILES' => {},
55 'VERSION_FROM' => 'lib/Class/DBI/Plugin/Pager.pm',
6 'EXE_FILES' => [],
67 'PREREQ_PM' => {
7 'Carp' => 0,
8 'Class::DBI' => '0.9',
9 'Class::DBI::Plugin::AbstractCount' => 0,
8 'SQL::Abstract' => '1.61',
109 'Class::Data::Inheritable' => 0,
1110 'Data::Page' => 2,
12 'SQL::Abstract' => '1.61',
11 'UNIVERSAL::require' => 0,
12 'Test::Warn' => 0,
13 'Class::DBI::Plugin::AbstractCount' => 0,
1314 'Test::Exception' => 0,
1415 'Test::More' => 0,
15 'Test::Warn' => 0,
16 'UNIVERSAL::require' => 0
16 'Carp' => 0,
17 'Class::DBI' => '0.9'
1718 },
18 'INSTALLDIRS' => 'site',
19 'EXE_FILES' => [],
20 'PL_FILES' => {}
19 'NAME' => 'Class::DBI::Plugin::Pager',
20 'INSTALLDIRS' => 'site'
2121 )
2222 ;