Codebase list libdata-paginator-perl / 6340a3e6-d56e-41bf-a5cf-d514e2bfd4b0/main
New upstream snapshot. Debian Janitor 2 years ago
15 changed file(s) with 79 addition(s) and 99 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Data-Paginator
1
2 0.01 Jun 4 2021
13
24 0.08 Oct 31 2014
35
0 This software is copyright (c) 2014 by Cory G Watson.
0 This software is copyright (c) 2021 by Cory G Watson.
11
22 This is free software; you can redistribute it and/or modify it under
33 the same terms as the Perl 5 programming language system itself.
1111
1212 --- The GNU General Public License, Version 1, February 1989 ---
1313
14 This software is Copyright (c) 2014 by Cory G Watson.
14 This software is Copyright (c) 2021 by Cory G Watson.
1515
1616 This is free software, licensed under:
1717
2121 Version 1, February 1989
2222
2323 Copyright (C) 1989 Free Software Foundation, Inc.
24 51 Franklin St, Suite 500, Boston, MA 02110-1335 USA
24 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2525
2626 Everyone is permitted to copy and distribute verbatim copies
2727 of this license document, but changing it is not allowed.
271271
272272 --- The Artistic License 1.0 ---
273273
274 This software is Copyright (c) 2014 by Cory G Watson.
274 This software is Copyright (c) 2021 by Cory G Watson.
275275
276276 This is free software, licensed under:
277277
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.012.
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.017.
11 Changes
22 LICENSE
33 MANIFEST
1111 lib/Data/Paginator/Types.pm
1212 t/00-load.t
1313 t/01-basic.t
14 t/author-pod-syntax.t
15 t/author-synopsis.t
1416 t/currpage.t
1517 t/empty.t
1618 t/pageset.t
17 t/release-pod-syntax.t
18 t/release-synopsis.t
1919 t/simple.t
33 "Cory G Watson <gphat@cpan.org>"
44 ],
55 "dynamic_config" : 0,
6 "generated_by" : "Dist::Zilla version 5.012, CPAN::Meta::Converter version 2.133380",
6 "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010",
77 "license" : [
88 "perl_5"
99 ],
1010 "meta-spec" : {
1111 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
12 "version" : "2"
12 "version" : 2
1313 },
1414 "name" : "Data-Paginator",
1515 "prereqs" : {
1616 "configure" : {
1717 "requires" : {
18 "ExtUtils::MakeMaker" : "6.30"
18 "ExtUtils::MakeMaker" : "0"
1919 }
2020 },
2121 "develop" : {
2222 "requires" : {
23 "Test::Pod" : "1.41"
23 "Test::Pod" : "1.41",
24 "Test::Synopsis" : "0"
2425 }
2526 },
2627 "runtime" : {
3839 }
3940 },
4041 "release_status" : "stable",
41 "resources" : {
42 "bugtracker" : {
43 "web" : "https://github.com/gphat/data-paginator/issues"
44 },
45 "homepage" : "https://github.com/gphat/data-paginator",
46 "repository" : {
47 "type" : "git",
48 "url" : "https://github.com/gphat/data-paginator.git",
49 "web" : "https://github.com/gphat/data-paginator"
50 }
51 },
52 "version" : "0.08"
42 "version" : "0.01",
43 "x_generated_by_perl" : "v5.32.1",
44 "x_serialization_backend" : "Cpanel::JSON::XS version 4.25",
45 "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
5346 }
5447
22 author:
33 - 'Cory G Watson <gphat@cpan.org>'
44 build_requires:
5 Test::More: 0
6 strict: 0
5 Test::More: '0'
6 strict: '0'
77 configure_requires:
8 ExtUtils::MakeMaker: 6.30
8 ExtUtils::MakeMaker: '0'
99 dynamic_config: 0
10 generated_by: 'Dist::Zilla version 5.012, CPAN::Meta::Converter version 2.133380'
10 generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010'
1111 license: perl
1212 meta-spec:
1313 url: http://module-build.sourceforge.net/META-spec-v1.4.html
14 version: 1.4
14 version: '1.4'
1515 name: Data-Paginator
1616 requires:
17 Moose: 0
18 MooseX::Types: 0
19 MooseX::Types::Moose: 0
20 resources:
21 bugtracker: https://github.com/gphat/data-paginator/issues
22 homepage: https://github.com/gphat/data-paginator
23 repository: https://github.com/gphat/data-paginator.git
24 version: 0.08
17 Moose: '0'
18 MooseX::Types: '0'
19 MooseX::Types::Moose: '0'
20 version: '0.01'
21 x_generated_by_perl: v5.32.1
22 x_serialization_backend: 'YAML::Tiny version 1.73'
23 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
0
1 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.012.
0 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.017.
21 use strict;
32 use warnings;
43
54
65
7 use ExtUtils::MakeMaker 6.30;
8
9
6 use ExtUtils::MakeMaker;
107
118 my %WriteMakefileArgs = (
129 "ABSTRACT" => "Pagination with Moose",
1310 "AUTHOR" => "Cory G Watson <gphat\@cpan.org>",
14 "BUILD_REQUIRES" => {},
1511 "CONFIGURE_REQUIRES" => {
16 "ExtUtils::MakeMaker" => "6.30"
12 "ExtUtils::MakeMaker" => 0
1713 },
1814 "DISTNAME" => "Data-Paginator",
19 "EXE_FILES" => [],
2015 "LICENSE" => "perl",
2116 "NAME" => "Data::Paginator",
2217 "PREREQ_PM" => {
2823 "Test::More" => 0,
2924 "strict" => 0
3025 },
31 "VERSION" => "0.08",
26 "VERSION" => "0.01",
3227 "test" => {
3328 "TESTS" => "t/*.t"
3429 }
5449 unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
5550
5651 WriteMakefile(%WriteMakefileArgs);
57
58
59
0
1
20 This archive contains the distribution Data-Paginator,
3 version 0.08:
1 version 0.01:
42
53 Pagination with Moose
64
7 This software is copyright (c) 2014 by Cory G Watson.
5 This software is copyright (c) 2021 by Cory G Watson.
86
97 This is free software; you can redistribute it and/or modify it under
108 the same terms as the Perl 5 programming language system itself.
119
1210
13 This README file was generated by Dist::Zilla::Plugin::Readme v5.012.
14
11 This README file was generated by Dist::Zilla::Plugin::Readme v6.017.
33
44 # VERSION
55
6 version 0.08
6 version 0.01
77
88 # SYNOPSIS
99
2626 other pager modules are written using Moose. Sometimes there is a Moose
2727 feature – MooseX::Storage, in my case – that you need. It's a pain when
2828 you can't use it with an existing module. This module aims to be completely
29 compatible with the venerable [Data::Page](https://metacpan.org/pod/Data::Page). In fact, it's a pretty blatant
29 compatible with the venerable [Data::Page](https://metacpan.org/pod/Data%3A%3APage). In fact, it's a pretty blatant
3030 copy of Data::Page, lifting code from some of it's methods.
3131
3232 # SETS
3333
34 This module provides behavior compatible with [Data::PageSet](https://metacpan.org/pod/Data::PageSet), allowing you
34 This module provides behavior compatible with [Data::PageSet](https://metacpan.org/pod/Data%3A%3APageSet), allowing you
3535 to break your pagination into sets. For example, if you have a large number
3636 of pages to show and would like to allow the user to 'jump' X pages at a time,
3737 you can set the `pages_per_set` attribute to X and populate the links in your
124124
125125 # ACKNOWLEDGEMENTS
126126
127 Léon Brocard and his work on [Data::Page](https://metacpan.org/pod/Data::Page).
127 Léon Brocard and his work on [Data::Page](https://metacpan.org/pod/Data%3A%3APage).
128128
129129 # AUTHOR
130130
132132
133133 # COPYRIGHT AND LICENSE
134134
135 This software is copyright (c) 2014 by Cory G Watson.
135 This software is copyright (c) 2021 by Cory G Watson.
136136
137137 This is free software; you can redistribute it and/or modify it under
138138 the same terms as the Perl 5 programming language system itself.
0 libdata-paginator-perl (0.08-2) UNRELEASED; urgency=medium
0 libdata-paginator-perl (0.08+git20141031.1.31f1644-1) UNRELEASED; urgency=medium
11
22 [ Salvatore Bonaccorso ]
33 * debian/control: Use HTTPS transport protocol for Vcs-Git URI
2020 * Set upstream metadata fields: Bug-Database, Bug-Submit.
2121 * Remove obsolete fields Contact, Name from debian/upstream/metadata
2222 (already present in machine-readable debian/copyright).
23 * New upstream snapshot.
2324
24 -- Salvatore Bonaccorso <carnil@debian.org> Sat, 30 Jan 2016 20:03:45 +0100
25 -- Salvatore Bonaccorso <carnil@debian.org> Fri, 04 Jun 2021 01:00:34 -0000
2526
2627 libdata-paginator-perl (0.08-1.1) unstable; urgency=medium
2728
00 package Data::Paginator::Types;
1 $Data::Paginator::Types::VERSION = '0.08';
1 $Data::Paginator::Types::VERSION = '0.01';
22 use MooseX::Types -declare => [qw(
33 PositiveInt
44 )];
2626
2727 =head1 VERSION
2828
29 version 0.08
29 version 0.01
3030
3131 =head1 AUTHOR
3232
3434
3535 =head1 COPYRIGHT AND LICENSE
3636
37 This software is copyright (c) 2014 by Cory G Watson.
37 This software is copyright (c) 2021 by Cory G Watson.
3838
3939 This is free software; you can redistribute it and/or modify it under
4040 the same terms as the Perl 5 programming language system itself.
00 package Data::Paginator;
1 $Data::Paginator::VERSION = '0.08';
1 $Data::Paginator::VERSION = '0.01';
22 use Moose;
33
44 # ABSTRACT: Pagination with Moose
251251
252252 =head1 VERSION
253253
254 version 0.08
254 version 0.01
255255
256256 =head1 SYNOPSIS
257257
380380
381381 =head1 COPYRIGHT AND LICENSE
382382
383 This software is copyright (c) 2014 by Cory G Watson.
383 This software is copyright (c) 2021 by Cory G Watson.
384384
385385 This is free software; you can redistribute it and/or modify it under
386386 the same terms as the Perl 5 programming language system itself.
0 #!perl
1
2 BEGIN {
3 unless ($ENV{AUTHOR_TESTING}) {
4 print qq{1..0 # SKIP these tests are for testing by the author\n};
5 exit
6 }
7 }
8
9 # This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
10 use strict; use warnings;
11 use Test::More;
12 use Test::Pod 1.41;
13
14 all_pod_files_ok();
0 #!perl
1
2 BEGIN {
3 unless ($ENV{AUTHOR_TESTING}) {
4 print qq{1..0 # SKIP these tests are for testing by the author\n};
5 exit
6 }
7 }
8
9
10 use Test::Synopsis;
11
12 all_synopsis_ok();
+0
-16
t/release-pod-syntax.t less more
0 #!perl
1
2 BEGIN {
3 unless ($ENV{RELEASE_TESTING}) {
4 require Test::More;
5 Test::More::plan(skip_all => 'these tests are for release candidate testing');
6 }
7 }
8
9 # This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
10 use Test::More;
11
12 eval "use Test::Pod 1.41";
13 plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
14
15 all_pod_files_ok();
+0
-16
t/release-synopsis.t less more
0 #!perl
1
2 BEGIN {
3 unless ($ENV{RELEASE_TESTING}) {
4 require Test::More;
5 Test::More::plan(skip_all => 'these tests are for release candidate testing');
6 }
7 }
8
9
10 use Test::More;
11
12 eval "use Test::Synopsis";
13 plan skip_all => "Test::Synopsis required for testing synopses"
14 if $@;
15 all_synopsis_ok();