diff -Nru libpod-elemental-perl-0.103005/Changes libpod-elemental-perl-0.103006/Changes --- libpod-elemental-perl-0.103005/Changes 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/Changes 2022-12-31 21:28:07.000000000 +0000 @@ -1,5 +1,9 @@ Revision history for Pod-Elemental +0.103006 2022-12-31 16:28:06-05:00 America/New_York + - update packaging and metadata + - minimum required Perl is now v5.12 + 0.103005 2020-01-25 15:53:25-05:00 America/New_York - fix a typo in documentation (thanks, BooK!) diff -Nru libpod-elemental-perl-0.103005/debian/changelog libpod-elemental-perl-0.103006/debian/changelog --- libpod-elemental-perl-0.103005/debian/changelog 2022-12-04 20:45:55.000000000 +0000 +++ libpod-elemental-perl-0.103006/debian/changelog 2023-01-05 18:25:36.000000000 +0000 @@ -1,3 +1,14 @@ +libpod-elemental-perl (0.103006-1) unstable; urgency=medium + + * Import upstream version 0.103006. + * Update years of upstream and packaging copyright. + * Update upstream email address. + * Declare compliance with Debian Policy 4.6.2. + * Refresh lintian override (formatting). + * Set Rules-Requires-Root: no. + + -- gregor herrmann Thu, 05 Jan 2023 19:25:36 +0100 + libpod-elemental-perl (0.103005-2) unstable; urgency=medium [ gregor herrmann ] diff -Nru libpod-elemental-perl-0.103005/debian/control libpod-elemental-perl-0.103006/debian/control --- libpod-elemental-perl-0.103005/debian/control 2022-12-04 20:45:55.000000000 +0000 +++ libpod-elemental-perl-0.103006/debian/control 2023-01-05 18:25:36.000000000 +0000 @@ -21,10 +21,11 @@ libtest-differences-perl , libtest-simple-perl , perl -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpod-elemental-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpod-elemental-perl.git Homepage: https://metacpan.org/release/Pod-Elemental +Rules-Requires-Root: no Package: libpod-elemental-perl Architecture: all diff -Nru libpod-elemental-perl-0.103005/debian/copyright libpod-elemental-perl-0.103006/debian/copyright --- libpod-elemental-perl-0.103005/debian/copyright 2022-12-04 20:45:55.000000000 +0000 +++ libpod-elemental-perl-0.103006/debian/copyright 2023-01-05 18:25:36.000000000 +0000 @@ -1,15 +1,15 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Pod-Elemental -Upstream-Contact: Ricardo SIGNES +Upstream-Contact: Ricardo SIGNES Source: https://metacpan.org/release/Pod-Elemental Files: * -Copyright: 2010-2020, Ricardo SIGNES +Copyright: 2010-2022, Ricardo SIGNES License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu - 2010-2020, gregor herrmann + 2010-2023, gregor herrmann License: Artistic or GPL-1+ License: Artistic diff -Nru libpod-elemental-perl-0.103005/debian/libpod-elemental-perl.lintian-overrides libpod-elemental-perl-0.103006/debian/libpod-elemental-perl.lintian-overrides --- libpod-elemental-perl-0.103005/debian/libpod-elemental-perl.lintian-overrides 2022-12-04 20:45:55.000000000 +0000 +++ libpod-elemental-perl-0.103006/debian/libpod-elemental-perl.lintian-overrides 2023-01-05 18:25:36.000000000 +0000 @@ -1,2 +1,2 @@ # https://github.com/rjbs/Pod-Elemental/issues/5 and https://bugs.debian.org/949849 -libpod-elemental-perl: typo-in-manual-page usr/share/man/man3/Pod::Elemental::Transformer::Nester.3pm.gz "allow to" "allow one to" +libpod-elemental-perl: typo-in-manual-page "allow to" "allow one to" [usr/share/man/man3/Pod::Elemental::Transformer::Nester.3pm.gz:*] diff -Nru libpod-elemental-perl-0.103005/dist.ini libpod-elemental-perl-0.103006/dist.ini --- libpod-elemental-perl-0.103005/dist.ini 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/dist.ini 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,7 @@ name = Pod-Elemental -author = Ricardo SIGNES +author = Ricardo SIGNES license = Perl_5 copyright_holder = Ricardo SIGNES [@RJBS] +perl-window = long-term diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Autoblank.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Autoblank.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Autoblank.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Autoblank.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Autoblank; +package Pod::Elemental::Autoblank 0.103006; # ABSTRACT: a paragraph that always displays an extra blank line in Pod form -$Pod::Elemental::Autoblank::VERSION = '0.103005'; + use namespace::autoclean; use Moose::Role; @@ -34,7 +34,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -44,13 +44,23 @@ That's it! +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Autochomp.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Autochomp.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Autochomp.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Autochomp.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Autochomp; +package Pod::Elemental::Autochomp 0.103006; # ABSTRACT: a paragraph that chomps set content -$Pod::Elemental::Autochomp::VERSION = '0.103005'; + use namespace::autoclean; use Moose::Role; @@ -32,20 +32,30 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW This role exists primarily to simplify elements produced by the Pod5 transformer. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Command.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Command.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Command.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Command.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Command; +package Pod::Elemental::Command 0.103006; # ABSTRACT: a =command paragraph -$Pod::Elemental::Command::VERSION = '0.103005'; + use Moose::Role 0.90; with 'Pod::Elemental::Paragraph' => { -excludes => [ 'as_pod_string' ] }; @@ -45,7 +45,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -56,13 +56,23 @@ also provide a C method. Generally this method will implemented by an attribute, but this is not necessary. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Document.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Document.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Document.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Document.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Document; +package Pod::Elemental::Document 0.103006; # ABSTRACT: a pod document -$Pod::Elemental::Document::VERSION = '0.103005'; + use Moose; with 'Pod::Elemental::Node'; @@ -126,7 +126,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -136,13 +136,23 @@ Documents are used almost exclusively to give a small amount of behavior to arrayrefs of paragraphs, and have few methods of their own. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Generic/Blank.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Generic/Blank.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Generic/Blank.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Generic/Blank.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Element::Generic::Blank; +package Pod::Elemental::Element::Generic::Blank 0.103006; # ABSTRACT: a series of blank lines -$Pod::Elemental::Element::Generic::Blank::VERSION = '0.103005'; + use Moose; with 'Pod::Elemental::Flat'; @@ -33,7 +33,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -42,13 +42,23 @@ Pod5 transformer. Most end-users will never need to worry about these elements. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Generic/Command.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Generic/Command.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Generic/Command.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Generic/Command.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Element::Generic::Command; +package Pod::Elemental::Element::Generic::Command 0.103006; # ABSTRACT: a Pod =command element -$Pod::Elemental::Element::Generic::Command::VERSION = '0.103005'; + use Moose; use namespace::autoclean; @@ -41,7 +41,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -49,6 +49,16 @@ Pod::Elemental::Command role. They provide the command method by implementing a read/write command attribute. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 ATTRIBUTES =head2 command @@ -57,11 +67,11 @@ =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Generic/Nonpod.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Generic/Nonpod.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Generic/Nonpod.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Generic/Nonpod.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Element::Generic::Nonpod; +package Pod::Elemental::Element::Generic::Nonpod 0.103006; # ABSTRACT: a non-pod element in a Pod document -$Pod::Elemental::Element::Generic::Nonpod::VERSION = '0.103005'; + use Moose; with 'Pod::Elemental::Flat'; @@ -29,20 +29,30 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW Generic::Nonpod elements are just like Generic::Text elements, but represent non-pod content found in the Pod stream. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Generic/Text.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Generic/Text.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Generic/Text.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Generic/Text.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Element::Generic::Text; +package Pod::Elemental::Element::Generic::Text 0.103006; # ABSTRACT: a Pod text or verbatim element -$Pod::Elemental::Element::Generic::Text::VERSION = '0.103005'; + use Moose; with 'Pod::Elemental::Flat'; @@ -31,7 +31,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -40,13 +40,23 @@ data paragraphs in that dialect. Otherwise, Generic::Text paragraphs are simple flat paragraphs. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Nested.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Nested.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Nested.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Nested.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Element::Nested; +package Pod::Elemental::Element::Nested 0.103006; # ABSTRACT: an element that is a command and a node -$Pod::Elemental::Element::Nested::VERSION = '0.103005'; + use Moose; extends 'Pod::Elemental::Element::Generic::Command'; with 'Pod::Elemental::Node'; @@ -58,7 +58,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -67,6 +67,16 @@ It's used by the nester transformer to produce commands with children, to make documents seem more structured for easy manipulation. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 WARNING This class is somewhat sketchy and may be refactored somewhat in the future, @@ -75,11 +85,11 @@ =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Pod5/Command.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Pod5/Command.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Pod5/Command.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Pod5/Command.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Element::Pod5::Command; +package Pod::Elemental::Element::Pod5::Command 0.103006; # ABSTRACT: a Pod5 =command element -$Pod::Elemental::Element::Pod5::Command::VERSION = '0.103005'; + use Moose; extends 'Pod::Elemental::Element::Generic::Command'; @@ -40,7 +40,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -49,13 +49,23 @@ that they incorporate L. They represent command paragraphs in a Pod5 document. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Pod5/Data.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Pod5/Data.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Pod5/Data.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Pod5/Data.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Element::Pod5::Data; +package Pod::Elemental::Element::Pod5::Data 0.103006; # ABSTRACT: a Pod data paragraph -$Pod::Elemental::Element::Pod5::Data::VERSION = '0.103005'; + use Moose; extends 'Pod::Elemental::Element::Generic::Text'; @@ -31,7 +31,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -40,13 +40,23 @@ region is not a Pod-like region. These regions should generally have a single data element contained in them. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Pod5/Nonpod.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Pod5/Nonpod.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Pod5/Nonpod.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Pod5/Nonpod.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Element::Pod5::Nonpod; +package Pod::Elemental::Element::Pod5::Nonpod 0.103006; # ABSTRACT: a non-pod element in a Pod document -$Pod::Elemental::Element::Pod5::Nonpod::VERSION = '0.103005'; + use Moose; with 'Pod::Elemental::Flat'; with 'Pod::Elemental::Autoblank'; @@ -45,7 +45,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -62,13 +62,23 @@ =back +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Pod5/Ordinary.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Pod5/Ordinary.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Pod5/Ordinary.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Pod5/Ordinary.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Element::Pod5::Ordinary; +package Pod::Elemental::Element::Pod5::Ordinary 0.103006; # ABSTRACT: a Pod5 ordinary text paragraph -$Pod::Elemental::Element::Pod5::Ordinary::VERSION = '0.103005'; + use Moose; extends 'Pod::Elemental::Element::Generic::Text'; with 'Pod::Elemental::Autoblank'; @@ -36,20 +36,30 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW A Pod5::Ordinary element represents a plain old paragraph of text found in a Pod document that's gone through the Pod5 translator. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Pod5/Region.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Pod5/Region.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Pod5/Region.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Pod5/Region.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Element::Pod5::Region; +package Pod::Elemental::Element::Pod5::Region 0.103006; # ABSTRACT: a region of Pod (this role likely to be removed) -$Pod::Elemental::Element::Pod5::Region::VERSION = '0.103005'; + use Moose; with qw( Pod::Elemental::Paragraph @@ -170,7 +170,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -181,6 +181,16 @@ Its C method will emit either a C<=begin/=end>-enclosed string or a C<=for> command, based on whichever is permissible. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 ATTRIBUTES =head2 format_name @@ -210,11 +220,11 @@ =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Pod5/Verbatim.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Pod5/Verbatim.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Element/Pod5/Verbatim.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Element/Pod5/Verbatim.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Element::Pod5::Verbatim; +package Pod::Elemental::Element::Pod5::Verbatim 0.103006; # ABSTRACT: a Pod verbatim paragraph -$Pod::Elemental::Element::Pod5::Verbatim::VERSION = '0.103005'; + use Moose; extends 'Pod::Elemental::Element::Generic::Text'; with 'Pod::Elemental::Autoblank'; @@ -42,7 +42,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -55,13 +55,23 @@ paragraph right here. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Flat.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Flat.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Flat.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Flat.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Flat; +package Pod::Elemental::Flat 0.103006; # ABSTRACT: a content-only pod paragraph -$Pod::Elemental::Flat::VERSION = '0.103005'; + use Moose::Role; use namespace::autoclean; @@ -41,7 +41,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -49,13 +49,23 @@ represents a Pod paragraph that will have no children, and represents only its own content. Generally it is used for text paragraphs. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Node.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Node.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Node.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Node.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Node; +package Pod::Elemental::Node 0.103006; # ABSTRACT: a thing with Pod::Elemental::Nodes as children -$Pod::Elemental::Node::VERSION = '0.103005'; + use Moose::Role; use namespace::autoclean; @@ -59,7 +59,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -67,6 +67,16 @@ Pod::Elemental::Paragraphs. This includes Pod documents, Pod5 regions, and nested Pod elements produced by the Gatherer transformer. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 ATTRIBUTES =head2 children @@ -77,11 +87,11 @@ =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Objectifier.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Objectifier.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Objectifier.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Objectifier.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Objectifier; +package Pod::Elemental::Objectifier 0.103006; # ABSTRACT: it turns a Pod::Eventual event stream into objects -$Pod::Elemental::Objectifier::VERSION = '0.103005'; + use Moose; #pod =head1 OVERVIEW @@ -90,7 +90,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -101,6 +101,16 @@ In general, it does this by producing a sequence of element objects in the Pod::Elemental::Element::Generic namespace. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 METHODS =head2 objectify_events @@ -116,11 +126,11 @@ =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Paragraph.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Paragraph.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Paragraph.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Paragraph.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Paragraph; +package Pod::Elemental::Paragraph 0.103006; # ABSTRACT: a paragraph in a Pod document -$Pod::Elemental::Paragraph::VERSION = '0.103005'; + use namespace::autoclean; use Moose::Role; @@ -83,7 +83,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -92,6 +92,16 @@ paragraph is the fundamental unit of dividing up Pod documents, so this is a often-included role. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 ATTRIBUTES =head2 content @@ -125,11 +135,11 @@ =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Selectors.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Selectors.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Selectors.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Selectors.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,8 +1,8 @@ use strict; use warnings; -package Pod::Elemental::Selectors; +package Pod::Elemental::Selectors 0.103006; # ABSTRACT: predicates for selecting elements -$Pod::Elemental::Selectors::VERSION = '0.103005'; + #pod =head1 OVERVIEW #pod #pod Pod::Elemental::Selectors provides a number of routines to check for @@ -145,13 +145,23 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW Pod::Elemental::Selectors provides a number of routines to check for Pod::Elemental paragraphs with given qualities. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 SELECTORS Selectors are predicates: they examine paragraphs and return either true or @@ -219,11 +229,11 @@ =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Transformer/Gatherer.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Transformer/Gatherer.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Transformer/Gatherer.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Transformer/Gatherer.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Transformer::Gatherer; +package Pod::Elemental::Transformer::Gatherer 0.103006; # ABSTRACT: gather related paragraphs under a shared header -$Pod::Elemental::Transformer::Gatherer::VERSION = '0.103005'; + use Moose; with 'Pod::Elemental::Transformer'; @@ -124,7 +124,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -180,6 +180,16 @@ =back =head1 Bar +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 ATTRIBUTES =head2 gather_selector @@ -193,11 +203,11 @@ =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Transformer/Nester.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Transformer/Nester.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Transformer/Nester.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Transformer/Nester.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Transformer::Nester; +package Pod::Elemental::Transformer::Nester 0.103006; # ABSTRACT: group the document into sections -$Pod::Elemental::Transformer::Nester::VERSION = '0.103005'; + use Moose; with 'Pod::Elemental::Transformer'; @@ -159,7 +159,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -206,6 +206,16 @@ Once an element is reached that does not pass the content selectors, the nesting ceases until the next potential container. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 ATTRIBUTES =head2 top_selector @@ -222,11 +232,11 @@ =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Transformer/Pod5.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Transformer/Pod5.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Transformer/Pod5.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Transformer/Pod5.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Transformer::Pod5; +package Pod::Elemental::Transformer::Pod5 0.103006; # ABSTRACT: the default, minimal semantics of Perl5's pod element hierarchy -$Pod::Elemental::Transformer::Pod5::VERSION = '0.103005'; + use Moose; with 'Pod::Elemental::Transformer'; @@ -301,7 +301,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 SYNOPSIS @@ -337,6 +337,16 @@ L role, so all "blank" events can be removed form the tree and ignored. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 CONFIGURATION None. For now, it just does the same thing every time with no configuration or @@ -344,11 +354,11 @@ =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Transformer.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Transformer.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Transformer.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Transformer.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental::Transformer; +package Pod::Elemental::Transformer 0.103006; # ABSTRACT: something that transforms a node tree into a new tree -$Pod::Elemental::Transformer::VERSION = '0.103005'; + use Moose::Role; use namespace::autoclean; @@ -39,7 +39,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW @@ -50,6 +50,16 @@ A class including this role must implement the following methods: +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 METHODS =head2 transform_node @@ -61,11 +71,11 @@ =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental/Types.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental/Types.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental/Types.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental/Types.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,8 +1,8 @@ use strict; use warnings; -package Pod::Elemental::Types; +package Pod::Elemental::Types 0.103006; # ABSTRACT: data types for Pod::Elemental -$Pod::Elemental::Types::VERSION = '0.103005'; + use MooseX::Types -declare => [ qw(FormatName ChompedString) ]; use MooseX::Types::Moose qw(Str); @@ -46,12 +46,22 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 OVERVIEW This is a library of MooseX::Types types used by Pod::Elemental. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 TYPES =head2 FormatName @@ -66,11 +76,11 @@ =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/lib/Pod/Elemental.pm libpod-elemental-perl-0.103006/lib/Pod/Elemental.pm --- libpod-elemental-perl-0.103005/lib/Pod/Elemental.pm 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/lib/Pod/Elemental.pm 2022-12-31 21:28:07.000000000 +0000 @@ -1,6 +1,6 @@ -package Pod::Elemental; +package Pod::Elemental 0.103006; # ABSTRACT: work with nestable Pod elements -$Pod::Elemental::VERSION = '0.103005'; + use Moose; use namespace::autoclean; @@ -128,7 +128,7 @@ =head1 VERSION -version 0.103005 +version 0.103006 =head1 SYNOPSIS @@ -159,6 +159,16 @@ marks a verbatim paragraph, and so on. The Pod5 transformer also eliminates the need to track elements representing vertical whitespace. +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 ATTRIBUTES =head2 event_reader @@ -190,11 +200,11 @@ =head1 AUTHOR -Ricardo SIGNES +Ricardo SIGNES =head1 CONTRIBUTORS -=for stopwords Christian Walde Justin Cook Karen Etheridge Philippe Bruhat (BooK) +=for stopwords Christian Walde Justin Cook Karen Etheridge Philippe Bruhat (BooK) Ricardo Signes =over 4 @@ -214,11 +224,15 @@ Philippe Bruhat (BooK) +=item * + +Ricardo Signes + =back =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpod-elemental-perl-0.103005/LICENSE libpod-elemental-perl-0.103006/LICENSE --- libpod-elemental-perl-0.103005/LICENSE 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/LICENSE 2022-12-31 21:28:07.000000000 +0000 @@ -1,4 +1,4 @@ -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2020 by Ricardo SIGNES. +This software is Copyright (c) 2022 by Ricardo SIGNES. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2020 by Ricardo SIGNES. +This software is Copyright (c) 2022 by Ricardo SIGNES. This is free software, licensed under: @@ -292,21 +292,21 @@ - "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through - textual modification. + textual modification. - "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright - Holder. + Holder. - "Copyright Holder" is whoever is named in the copyright or copyrights for - the package. + the package. - "You" is you, if you're thinking about copying or distributing this Package. - "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the - computing community at large as a market that must bear the fee.) + computing community at large as a market that must bear the fee.) - "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they - received it. + received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you @@ -373,7 +373,7 @@ 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End diff -Nru libpod-elemental-perl-0.103005/Makefile.PL libpod-elemental-perl-0.103006/Makefile.PL --- libpod-elemental-perl-0.103005/Makefile.PL 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/Makefile.PL 2022-12-31 21:28:07.000000000 +0000 @@ -1,19 +1,20 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.029. use strict; use warnings; +use 5.012; - -use ExtUtils::MakeMaker; +use ExtUtils::MakeMaker 6.78; my %WriteMakefileArgs = ( "ABSTRACT" => "work with nestable Pod elements", - "AUTHOR" => "Ricardo SIGNES ", + "AUTHOR" => "Ricardo SIGNES ", "CONFIGURE_REQUIRES" => { - "ExtUtils::MakeMaker" => 0 + "ExtUtils::MakeMaker" => "6.78" }, "DISTNAME" => "Pod-Elemental", "LICENSE" => "perl", + "MIN_PERL_VERSION" => "5.012", "NAME" => "Pod::Elemental", "PREREQ_PM" => { "Class::Load" => 0, @@ -42,7 +43,7 @@ "Test::Differences" => 0, "Test::More" => "0.96" }, - "VERSION" => "0.103005", + "VERSION" => "0.103006", "test" => { "TESTS" => "t/*.t t/elem/*.t t/pod5/*.t" } diff -Nru libpod-elemental-perl-0.103005/MANIFEST libpod-elemental-perl-0.103006/MANIFEST --- libpod-elemental-perl-0.103005/MANIFEST 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/MANIFEST 2022-12-31 21:28:07.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.029. Changes LICENSE MANIFEST diff -Nru libpod-elemental-perl-0.103005/META.json libpod-elemental-perl-0.103006/META.json --- libpod-elemental-perl-0.103005/META.json 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/META.json 2022-12-31 21:28:07.000000000 +0000 @@ -1,10 +1,10 @@ { "abstract" : "work with nestable Pod elements", "author" : [ - "Ricardo SIGNES " + "Ricardo SIGNES " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -16,7 +16,7 @@ "prereqs" : { "configure" : { "requires" : { - "ExtUtils::MakeMaker" : "0" + "ExtUtils::MakeMaker" : "6.78" } }, "develop" : { @@ -41,6 +41,7 @@ "Sub::Exporter" : "0", "Sub::Exporter::ForMethods" : "0", "namespace::autoclean" : "0", + "perl" : "5.012", "strict" : "0", "utf8" : "0", "warnings" : "0" @@ -72,10 +73,10 @@ "web" : "https://github.com/rjbs/Pod-Elemental" } }, - "version" : "0.103005", + "version" : "0.103006", "x_Dist_Zilla" : { "perl" : { - "version" : "5.026003" + "version" : "5.037002" }, "plugins" : [ { @@ -95,12 +96,12 @@ } }, "name" : "@RJBS/Git::GatherDir", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@RJBS/CheckPrereqsIndexed", - "version" : "0.020" + "version" : "0.021" }, { "class" : "Dist::Zilla::Plugin::CheckExtraTests", @@ -122,7 +123,7 @@ } }, "name" : "@RJBS/RJBS-Outdated", - "version" : "0.055" + "version" : "0.057" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -133,66 +134,68 @@ "modules" : [], "phase" : "release", "run_under_travis" : 0, - "skip" : [] + "skip" : [ + "Dist::Zilla::Plugin::RJBSMisc" + ] } }, "name" : "@RJBS/CPAN-Outdated", - "version" : "0.055" + "version" : "0.057" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@RJBS/@Filter/PruneCruft", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@RJBS/@Filter/ManifestSkip", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@RJBS/@Filter/MetaYAML", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@RJBS/@Filter/License", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@RJBS/@Filter/Readme", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@RJBS/@Filter/ExecDir", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@RJBS/@Filter/ShareDir", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@RJBS/@Filter/Manifest", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@RJBS/@Filter/TestRelease", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@RJBS/@Filter/ConfirmRelease", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@RJBS/@Filter/UploadToCPAN", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -202,48 +205,48 @@ } }, "name" : "@RJBS/MakeMaker", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@RJBS/AutoPrereqs", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Git::NextVersion", "config" : { "Dist::Zilla::Plugin::Git::NextVersion" : { "first_version" : "0.001", - "version_by_branch" : 0, + "version_by_branch" : 1, "version_regexp" : "(?^:^([0-9]+\\.[0-9]+)$)" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.25.0", + "git_version" : "2.38.0", "repo_root" : "." } }, "name" : "@RJBS/Git::NextVersion", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@RJBS/PkgVersion", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@RJBS/MetaConfig", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@RJBS/MetaJSON", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@RJBS/NextRelease", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent", @@ -253,12 +256,17 @@ { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@RJBS/PodSyntaxTests", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", "name" : "@RJBS/Test::ReportPrereqs", - "version" : "0.027" + "version" : "0.028" + }, + { + "class" : "Dist::Zilla::Plugin::Git::Remote::Check", + "name" : "@RJBS/Git::Remote::Check", + "version" : "0.1.2" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -269,7 +277,7 @@ } }, "name" : "@RJBS/TestMoreWithSubtests", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -286,82 +294,87 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "@RJBS/SingleEncoding", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Name", "name" : "@RJBS/Name", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Version", "name" : "@RJBS/Version", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@RJBS/Prelude", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@RJBS/Synopsis", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@RJBS/Description", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@RJBS/Overview", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@RJBS/Stability", - "version" : "4.015" + "version" : "4.018" + }, + { + "class" : "Pod::Weaver::Section::GenerateSection", + "name" : "@RJBS/PerlSupport", + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Attributes", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Methods", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Functions", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "@RJBS/Leftovers", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@RJBS/postlude", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "@RJBS/Authors", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Contributors", @@ -371,18 +384,23 @@ { "class" : "Pod::Weaver::Section::Legal", "name" : "@RJBS/Legal", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@RJBS/List", - "version" : "4.015" + "version" : "4.018" } ] } }, "name" : "@RJBS/PodWeaver", - "version" : "4.008" + "version" : "4.009" + }, + { + "class" : "Dist::Zilla::Plugin::RJBSMisc", + "name" : "@RJBS/RJBSMisc", + "version" : "5.020" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", @@ -404,19 +422,20 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.25.0", + "git_version" : "2.38.0", "repo_root" : "." } }, "name" : "@RJBS/@Git/Check", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "config" : { "Dist::Zilla::Plugin::Git::Commit" : { "add_files_in" : [], - "commit_msg" : "v%V%n%n%c" + "commit_msg" : "v%V%n%n%c", + "signoff" : 0 }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ @@ -427,7 +446,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.25.0", + "git_version" : "2.38.0", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -435,7 +454,7 @@ } }, "name" : "@RJBS/@Git/Commit", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -444,12 +463,12 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "0.103005", + "tag" : "0.103006", "tag_format" : "%v", "tag_message" : "v%V" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.25.0", + "git_version" : "2.38.0", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -457,31 +476,30 @@ } }, "name" : "@RJBS/@Git/Tag", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Git::Push", "config" : { "Dist::Zilla::Plugin::Git::Push" : { "push_to" : [ - "origin :", "github :" ], "remotes_must_exist" : 0 }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.25.0", + "git_version" : "2.38.0", "repo_root" : "." } }, "name" : "@RJBS/@Git/Push", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Git::Contributors", "config" : { "Dist::Zilla::Plugin::Git::Contributors" : { - "git_version" : "2.25.0", + "git_version" : "2.38.0", "include_authors" : 0, "include_releaser" : 1, "order_by" : "name", @@ -489,57 +507,57 @@ } }, "name" : "@RJBS/Git::Contributors", - "version" : "0.035" + "version" : "0.036" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "6.012" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "6.012" + "version" : "6.029" } ], "zilla" : { @@ -547,16 +565,19 @@ "config" : { "is_trial" : 0 }, - "version" : "6.012" + "version" : "6.029" } }, "x_contributors" : [ "Christian Walde ", "Justin Cook ", "Karen Etheridge ", - "Philippe Bruhat (BooK) " + "Philippe Bruhat (BooK) ", + "Ricardo Signes " ], - "x_generated_by_perl" : "v5.26.3", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.18" + "x_generated_by_perl" : "v5.37.2", + "x_rjbs_perl_window" : "long-term", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.30", + "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } diff -Nru libpod-elemental-perl-0.103005/META.yml libpod-elemental-perl-0.103006/META.yml --- libpod-elemental-perl-0.103005/META.yml 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/META.yml 2022-12-31 21:28:07.000000000 +0000 @@ -1,7 +1,7 @@ --- abstract: 'work with nestable Pod elements' author: - - 'Ricardo SIGNES ' + - 'Ricardo SIGNES ' build_requires: Data::Dumper: '0' ExtUtils::MakeMaker: '0' @@ -10,9 +10,9 @@ Test::Differences: '0' Test::More: '0.96' configure_requires: - ExtUtils::MakeMaker: '0' + ExtUtils::MakeMaker: '6.78' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -33,6 +33,7 @@ Sub::Exporter: '0' Sub::Exporter::ForMethods: '0' namespace::autoclean: '0' + perl: '5.012' strict: '0' utf8: '0' warnings: '0' @@ -40,10 +41,10 @@ bugtracker: https://github.com/rjbs/Pod-Elemental/issues homepage: https://github.com/rjbs/Pod-Elemental repository: https://github.com/rjbs/Pod-Elemental.git -version: '0.103005' +version: '0.103006' x_Dist_Zilla: perl: - version: '5.026003' + version: '5.037002' plugins: - class: Dist::Zilla::Plugin::Git::GatherDir @@ -59,11 +60,11 @@ Dist::Zilla::Plugin::Git::GatherDir: include_untracked: 0 name: '@RJBS/Git::GatherDir' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@RJBS/CheckPrereqsIndexed' - version: '0.020' + version: '0.021' - class: Dist::Zilla::Plugin::CheckExtraTests name: '@RJBS/CheckExtraTests' @@ -80,7 +81,7 @@ run_under_travis: 0 skip: [] name: '@RJBS/RJBS-Outdated' - version: '0.055' + version: '0.057' - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -90,92 +91,93 @@ modules: [] phase: release run_under_travis: 0 - skip: [] + skip: + - Dist::Zilla::Plugin::RJBSMisc name: '@RJBS/CPAN-Outdated' - version: '0.055' + version: '0.057' - class: Dist::Zilla::Plugin::PruneCruft name: '@RJBS/@Filter/PruneCruft' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::ManifestSkip name: '@RJBS/@Filter/ManifestSkip' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::MetaYAML name: '@RJBS/@Filter/MetaYAML' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::License name: '@RJBS/@Filter/License' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::Readme name: '@RJBS/@Filter/Readme' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::ExecDir name: '@RJBS/@Filter/ExecDir' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::ShareDir name: '@RJBS/@Filter/ShareDir' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::Manifest name: '@RJBS/@Filter/Manifest' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::TestRelease name: '@RJBS/@Filter/TestRelease' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::ConfirmRelease name: '@RJBS/@Filter/ConfirmRelease' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@RJBS/@Filter/UploadToCPAN' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 9 name: '@RJBS/MakeMaker' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@RJBS/AutoPrereqs' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::Git::NextVersion config: Dist::Zilla::Plugin::Git::NextVersion: first_version: '0.001' - version_by_branch: 0 + version_by_branch: 1 version_regexp: (?^:^([0-9]+\.[0-9]+)$) Dist::Zilla::Role::Git::Repo: - git_version: 2.25.0 + git_version: 2.38.0 repo_root: . name: '@RJBS/Git::NextVersion' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::PkgVersion name: '@RJBS/PkgVersion' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::MetaConfig name: '@RJBS/MetaConfig' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::MetaJSON name: '@RJBS/MetaJSON' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::NextRelease name: '@RJBS/NextRelease' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::Test::ChangesHasContent name: '@RJBS/Test::ChangesHasContent' @@ -183,11 +185,15 @@ - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@RJBS/PodSyntaxTests' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: '@RJBS/Test::ReportPrereqs' - version: '0.027' + version: '0.028' + - + class: Dist::Zilla::Plugin::Git::Remote::Check + name: '@RJBS/Git::Remote::Check' + version: 0.1.2 - class: Dist::Zilla::Plugin::Prereqs config: @@ -195,7 +201,7 @@ phase: test type: requires name: '@RJBS/TestMoreWithSubtests' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::PodWeaver config: @@ -209,67 +215,71 @@ - class: Pod::Weaver::Plugin::EnsurePod5 name: '@CorePrep/EnsurePod5' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Plugin::H1Nester name: '@CorePrep/H1Nester' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Plugin::SingleEncoding name: '@RJBS/SingleEncoding' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Name name: '@RJBS/Name' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Version name: '@RJBS/Version' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Region name: '@RJBS/Prelude' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Generic name: '@RJBS/Synopsis' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Generic name: '@RJBS/Description' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Generic name: '@RJBS/Overview' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Generic name: '@RJBS/Stability' - version: '4.015' + version: '4.018' + - + class: Pod::Weaver::Section::GenerateSection + name: '@RJBS/PerlSupport' + version: '4.018' - class: Pod::Weaver::Section::Collect name: Attributes - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Collect name: Methods - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Collect name: Functions - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Leftovers name: '@RJBS/Leftovers' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Region name: '@RJBS/postlude' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Authors name: '@RJBS/Authors' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Contributors name: '@RJBS/Contributors' @@ -277,13 +287,17 @@ - class: Pod::Weaver::Section::Legal name: '@RJBS/Legal' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Plugin::Transformer name: '@RJBS/List' - version: '4.015' + version: '4.018' name: '@RJBS/PodWeaver' - version: '4.008' + version: '4.009' + - + class: Dist::Zilla::Plugin::RJBSMisc + name: '@RJBS/RJBSMisc' + version: '5.020' - class: Dist::Zilla::Plugin::GithubMeta name: '@RJBS/GithubMeta' @@ -300,16 +314,17 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.25.0 + git_version: 2.38.0 repo_root: . name: '@RJBS/@Git/Check' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::Git::Commit config: Dist::Zilla::Plugin::Git::Commit: add_files_in: [] commit_msg: v%V%n%n%c + signoff: 0 Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - Changes @@ -317,12 +332,12 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.25.0 + git_version: 2.38.0 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@RJBS/@Git/Commit' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::Git::Tag config: @@ -330,89 +345,91 @@ branch: ~ changelog: Changes signed: 0 - tag: '0.103005' + tag: '0.103006' tag_format: '%v' tag_message: v%V Dist::Zilla::Role::Git::Repo: - git_version: 2.25.0 + git_version: 2.38.0 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@RJBS/@Git/Tag' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::Git::Push config: Dist::Zilla::Plugin::Git::Push: push_to: - - 'origin :' - 'github :' remotes_must_exist: 0 Dist::Zilla::Role::Git::Repo: - git_version: 2.25.0 + git_version: 2.38.0 repo_root: . name: '@RJBS/@Git/Push' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::Git::Contributors config: Dist::Zilla::Plugin::Git::Contributors: - git_version: 2.25.0 + git_version: 2.38.0 include_authors: 0 include_releaser: 1 order_by: name paths: [] name: '@RJBS/Git::Contributors' - version: '0.035' + version: '0.036' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '6.012' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '6.012' + version: '6.029' zilla: class: Dist::Zilla::Dist::Builder config: - is_trial: '0' - version: '6.012' + is_trial: 0 + version: '6.029' x_contributors: - 'Christian Walde ' - 'Justin Cook ' - 'Karen Etheridge ' - 'Philippe Bruhat (BooK) ' -x_generated_by_perl: v5.26.3 + - 'Ricardo Signes ' +x_generated_by_perl: v5.37.2 +x_rjbs_perl_window: long-term x_serialization_backend: 'YAML::Tiny version 1.73' +x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' diff -Nru libpod-elemental-perl-0.103005/README libpod-elemental-perl-0.103006/README --- libpod-elemental-perl-0.103005/README 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/README 2022-12-31 21:28:07.000000000 +0000 @@ -1,12 +1,12 @@ This archive contains the distribution Pod-Elemental, -version 0.103005: +version 0.103006: work with nestable Pod elements -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2022 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. -This README file was generated by Dist::Zilla::Plugin::Readme v6.012. +This README file was generated by Dist::Zilla::Plugin::Readme v6.029. diff -Nru libpod-elemental-perl-0.103005/t/00-report-prereqs.dd libpod-elemental-perl-0.103006/t/00-report-prereqs.dd --- libpod-elemental-perl-0.103005/t/00-report-prereqs.dd 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/t/00-report-prereqs.dd 2022-12-31 21:28:07.000000000 +0000 @@ -1,7 +1,7 @@ do { my $x = { 'configure' => { 'requires' => { - 'ExtUtils::MakeMaker' => '0' + 'ExtUtils::MakeMaker' => '6.78' } }, 'develop' => { @@ -26,6 +26,7 @@ 'Sub::Exporter' => '0', 'Sub::Exporter::ForMethods' => '0', 'namespace::autoclean' => '0', + 'perl' => '5.012', 'strict' => '0', 'utf8' => '0', 'warnings' => '0' diff -Nru libpod-elemental-perl-0.103005/t/00-report-prereqs.t libpod-elemental-perl-0.103006/t/00-report-prereqs.t --- libpod-elemental-perl-0.103005/t/00-report-prereqs.t 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/t/00-report-prereqs.t 2022-12-31 21:28:07.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use warnings; -# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027 +# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028 use Test::More tests => 1; @@ -188,6 +188,6 @@ ); } -pass; +pass('Reported prereqs'); # vim: ts=4 sts=4 sw=4 et: diff -Nru libpod-elemental-perl-0.103005/xt/release/changes_has_content.t libpod-elemental-perl-0.103006/xt/release/changes_has_content.t --- libpod-elemental-perl-0.103005/xt/release/changes_has_content.t 2020-01-25 20:53:29.000000000 +0000 +++ libpod-elemental-perl-0.103006/xt/release/changes_has_content.t 2022-12-31 21:28:07.000000000 +0000 @@ -2,7 +2,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '0.103005'; +my $newver = '0.103006'; my $trial_token = '-TRIAL'; my $encoding = 'UTF-8';