diff -Nru libmoosex-methodattributes-perl-0.31/Changes libmoosex-methodattributes-perl-0.32/Changes --- libmoosex-methodattributes-perl-0.31/Changes 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/Changes 2020-08-30 01:32:15.000000000 +0000 @@ -1,5 +1,8 @@ Revision history for MooseX-MethodAttributes +0.32 2020-08-30 01:32:08Z + - no longer using MooseX::Types internally + 0.31 2015-09-27 05:28:49Z - increase Moose prereq on perl 5.8.x to fix boolean overload handling diff -Nru libmoosex-methodattributes-perl-0.31/CONTRIBUTING libmoosex-methodattributes-perl-0.32/CONTRIBUTING --- libmoosex-methodattributes-perl-0.31/CONTRIBUTING 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/CONTRIBUTING 2020-08-30 01:32:15.000000000 +0000 @@ -21,12 +21,12 @@ $ prove -lv t/some_test_file.t $ prove -lvr t/ -In most cases, 'prove' is entirely sufficent for you to test any -patches you have. +In most cases, 'prove' is entirely sufficient for you to test any patches you +have. You may need to satisfy some dependencies. The easiest way to satisfy dependencies is to install the last release -- this is available at -https://metacpan.org/release/MooseX-MethodAttributes. +https://metacpan.org/release/MooseX-MethodAttributes If you use cpanminus, you can do it without downloading the tarball first: @@ -72,22 +72,31 @@ You can learn more about Dist::Zilla at http://dzil.org/. The code for this distribution is hosted at GitHub. The repository is: + https://github.com/moose/MooseX-MethodAttributes + You can submit code changes by forking the repository, pushing your code -changes to your clone, and then submitting a pull request. Detailed -instructions for doing that is available here: +changes to your clone, and then submitting a pull request. Please include a +suitable end-user-oriented entry in the Changes file describing your change. +Detailed instructions for doing that is available here: https://help.github.com/articles/creating-a-pull-request +All pull requests for this distribution will be automatically tested on Linux +by Travis at: https://travis-ci.com/moose/MooseX-MethodAttributes +Results will be visible in the pull request on GitHub. Follow the appropriate +links for details when tests fail. Changes will not be mergeable until all +tests pass. + If you have found a bug, but do not have an accompanying patch to fix it, you can submit an issue report here: https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-MethodAttributes -or via bug-MooseX-MethodAttributes@rt.cpan.org. +or via email: bug-MooseX-MethodAttributes@rt.cpan.org There is also a mailing list available for users of this distribution, at -http://lists.perl.org/list/moose.html. +http://lists.perl.org/list/moose.html There is also an irc channel available for users of this distribution, at -irc://irc.perl.org/#moose. +irc://irc.perl.org/#moose If you send me a patch or pull request, your name and email address will be included in the documentation as a contributor (using the attribution on the @@ -96,5 +105,5 @@ request to the .mailmap file to contain the correct mapping. -This file was generated via Dist::Zilla::Plugin::GenerateFile::ShareDir 0.006 from a -template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.104. +This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.014 +from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.158. diff -Nru libmoosex-methodattributes-perl-0.31/debian/changelog libmoosex-methodattributes-perl-0.32/debian/changelog --- libmoosex-methodattributes-perl-0.31/debian/changelog 2015-11-28 18:21:53.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/debian/changelog 2020-08-31 17:24:30.000000000 +0000 @@ -1,3 +1,43 @@ +libmoosex-methodattributes-perl (0.32-1) unstable; urgency=medium + + * Team upload. + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * Remove Brian Cassidy from Uploaders. Thanks for your work! + * Remove Fabrizio Regalli from Uploaders. Thanks for your work! + * Remove Jonathan Yu from Uploaders. Thanks for your work! + * Remove Ryan Niebur from Uploaders. Thanks for your work! + + [ Alex Muntada ] + * Remove inactive pkg-perl members from Uploaders. + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ gregor herrmann ] + * debian/watch: use uscan version 4. + + [ Debian Janitor ] + * Trim trailing whitespace. + * Bump debhelper from old 9 to 12. + * Set debhelper-compat version in Build-Depends. + * Remove obsolete fields Contact, Name from debian/upstream/metadata + (already present in machine-readable debian/copyright). + + [ gregor herrmann ] + * Import upstream version 0.32. + * Update test and runtime dependencies. + * Declare compliance with Debian Policy 4.5.0. + * Set Rules-Requires-Root: no. + * Annotate test-only build dependencies with . + * Bump debhelper-compat to 13. + + -- gregor herrmann Mon, 31 Aug 2020 19:24:30 +0200 + libmoosex-methodattributes-perl (0.31-2) unstable; urgency=medium * Team upload. diff -Nru libmoosex-methodattributes-perl-0.31/debian/compat libmoosex-methodattributes-perl-0.32/debian/compat --- libmoosex-methodattributes-perl-0.31/debian/compat 2015-11-28 18:21:53.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru libmoosex-methodattributes-perl-0.31/debian/control libmoosex-methodattributes-perl-0.32/debian/control --- libmoosex-methodattributes-perl-0.31/debian/control 2015-11-28 18:21:53.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/debian/control 2020-08-31 17:24:30.000000000 +0000 @@ -1,33 +1,27 @@ Source: libmoosex-methodattributes-perl Maintainer: Debian Perl Group -Uploaders: Krzysztof Krzyżaniak (eloy) , - Ansgar Burchardt , - Brian Cassidy , - Ryan Niebur , - Jonathan Yu , - Fabrizio Regalli +Uploaders: Ansgar Burchardt Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 9) -Build-Depends-Indep: libmoose-perl, - libmoosex-role-parameterized-perl, - libmoosex-types-perl, - libnamespace-autoclean-perl, - libtest-fatal-perl, - libtest-requires-perl, +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libmoose-perl , + libmoosex-role-parameterized-perl , + libnamespace-autoclean-perl , + libtest-fatal-perl , + libtest-needs-perl , perl -Standards-Version: 3.9.6 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-methodattributes-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-methodattributes-perl.git +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-methodattributes-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoosex-methodattributes-perl.git Homepage: https://metacpan.org/release/MooseX-MethodAttributes +Rules-Requires-Root: no Package: libmoosex-methodattributes-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl, - libmoosex-types-perl, libnamespace-autoclean-perl Description: Moose extension for code attribute introspection MooseX::MethodAttributes is a Perl module that allows code attributes of diff -Nru libmoosex-methodattributes-perl-0.31/debian/copyright libmoosex-methodattributes-perl-0.32/debian/copyright --- libmoosex-methodattributes-perl-0.31/debian/copyright 2015-11-28 18:21:53.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/debian/copyright 2020-08-31 17:24:30.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MooseX-MethodAttributes Upstream-Contact: Karen Etheridge Source: https://metacpan.org/release/MooseX-MethodAttributes diff -Nru libmoosex-methodattributes-perl-0.31/debian/rules libmoosex-methodattributes-perl-0.32/debian/rules --- libmoosex-methodattributes-perl-0.31/debian/rules 2015-11-28 18:21:53.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/debian/rules 2020-08-31 17:24:30.000000000 +0000 @@ -2,4 +2,3 @@ %: dh $@ - diff -Nru libmoosex-methodattributes-perl-0.31/debian/upstream/metadata libmoosex-methodattributes-perl-0.32/debian/upstream/metadata --- libmoosex-methodattributes-perl-0.31/debian/upstream/metadata 2015-11-28 18:21:53.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/debian/upstream/metadata 2020-08-31 17:24:30.000000000 +0000 @@ -2,7 +2,5 @@ Archive: CPAN Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-MethodAttributes Bug-Submit: bug-MooseX-MethodAttributes@rt.cpan.org -Contact: Florian Ragwitz , Tomas Doran -Name: MooseX-MethodAttributes Repository: https://github.com/moose/MooseX-MethodAttributes.git Repository-Browse: https://github.com/moose/MooseX-MethodAttributes diff -Nru libmoosex-methodattributes-perl-0.31/debian/watch libmoosex-methodattributes-perl-0.32/debian/watch --- libmoosex-methodattributes-perl-0.31/debian/watch 2015-11-28 18:21:53.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/debian/watch 2020-08-31 17:24:30.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -https://metacpan.org/release/MooseX-MethodAttributes .*/MooseX-MethodAttributes-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +version=4 +https://metacpan.org/release/MooseX-MethodAttributes .*/MooseX-MethodAttributes-v?@ANY_VERSION@@ARCHIVE_EXT@$ diff -Nru libmoosex-methodattributes-perl-0.31/dist.ini libmoosex-methodattributes-perl-0.32/dist.ini --- libmoosex-methodattributes-perl-0.31/dist.ini 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/dist.ini 2020-08-30 01:32:15.000000000 +0000 @@ -6,8 +6,8 @@ copyright_year = 2009 [@Author::ETHER] -:version = 0.094 -Authority.authority = cpan:FLORA +:version = 0.119 +authority = cpan:FLORA surgical_podweaver = 1 installer = MakeMaker ; dynamic prereqs Test::PodSpelling.stopwords[0] = metamethod @@ -17,10 +17,12 @@ Test::MinimumVersion.max_target_perl = 5.008003 StaticInstall.dry_run = 0 ; we can safely set this here +; authordep Dist::Zilla::Plugin::SurgicalPodWeaver + [DynamicPrereqs] -:version = 0.016 --raw = # bring sanity to boolean overload handling --raw = requires('Moose', '2.1602') if "$]" < '5.010'; +:version = 0.018 +-body = # bring sanity to boolean overload handling +-body = requires('Moose', '2.1602') if "$]" < '5.010'; [Prereqs] namespace::autoclean = 0.08 @@ -33,4 +35,6 @@ x_MailingList = http://lists.perl.org/list/moose.html [Test::CheckBreaks] +:version = 0.017 conflicts_module = Moose::Conflicts +conflicts_module = Module::Runtime::Conflicts diff -Nru libmoosex-methodattributes-perl-0.31/INSTALL libmoosex-methodattributes-perl-0.32/INSTALL --- libmoosex-methodattributes-perl-0.31/INSTALL 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/INSTALL 2020-08-30 01:32:15.000000000 +0000 @@ -8,10 +8,10 @@ % cpanm MooseX::MethodAttributes -If you are installing into a system-wide directory, you may need to pass the -"-S" flag to cpanm, which uses sudo to install the module: - - % cpanm -S MooseX::MethodAttributes +If it does not have permission to install modules to the current perl, cpanm +will automatically set up and install to a local::lib in your home directory. +See the local::lib documentation (https://metacpan.org/pod/local::lib) for +details on enabling it in your environment. ## Installing with the CPAN shell @@ -22,7 +22,7 @@ ## Manual installation As a last resort, you can manually install it. Download the tarball, untar it, -then build it: +install configure prerequisites (see below), then build it: % perl Makefile.PL % make && make test @@ -31,13 +31,42 @@ % make install -If you are installing into a system-wide directory, you may need to run: +On Windows platforms, you should use `dmake` or `nmake`, instead of `make`. + +If your perl is system-managed, you can create a local::lib in your home +directory to install modules to. For details, see the local::lib documentation: +https://metacpan.org/pod/local::lib + +The prerequisites of this distribution will also have to be installed manually. The +prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` generated +by running the manual build process described above. + +## Configure Prerequisites + +This distribution requires other modules to be installed before this +distribution's installer can be run. They can be found under the +"configure_requires" key of META.yml or the +"{prereqs}{configure}{requires}" key of META.json. - % sudo make install +## Other Prerequisites + +This distribution may require additional modules to be installed after running +Makefile.PL. +Look for prerequisites in the following phases: + +* to run make, PHASE = build +* to use the module code itself, PHASE = runtime +* to run tests, PHASE = test + +They can all be found in the "PHASE_requires" key of MYMETA.yml or the +"{prereqs}{PHASE}{requires}" key of MYMETA.json. ## Documentation MooseX-MethodAttributes documentation is available as POD. -You can run perldoc from a shell to read the documentation: +You can run `perldoc` from a shell to read the documentation: % perldoc MooseX::MethodAttributes + +For more information on installing Perl modules via CPAN, please see: +https://www.cpan.org/modules/INSTALL.html diff -Nru libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Inheritable.pm libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Inheritable.pm --- libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Inheritable.pm 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Inheritable.pm 2020-08-30 01:32:15.000000000 +0000 @@ -1,7 +1,7 @@ package MooseX::MethodAttributes::Inheritable; # ABSTRACT: inheritable code attribute introspection -our $VERSION = '0.31'; +our $VERSION = '0.32'; #pod =head1 SYNOPSIS #pod @@ -50,7 +50,7 @@ =head1 VERSION -version 0.31 +version 0.32 =head1 SYNOPSIS @@ -82,7 +82,7 @@ L. There is also an irc channel available for users of this distribution, at -irc://irc.perl.org/#moose. +L on C|irc://irc.perl.org/#moose>. =head1 AUTHORS diff -Nru libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/AttrContainer/Inheritable.pm libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/AttrContainer/Inheritable.pm --- libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/AttrContainer/Inheritable.pm 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/AttrContainer/Inheritable.pm 2020-08-30 01:32:15.000000000 +0000 @@ -1,7 +1,7 @@ package MooseX::MethodAttributes::Role::AttrContainer::Inheritable; # ABSTRACT: capture code attributes in the automatically initialized metaclass instance -our $VERSION = '0.31'; +our $VERSION = '0.32'; #pod =head1 DESCRIPTION #pod @@ -38,7 +38,7 @@ =head1 VERSION -version 0.31 +version 0.32 =head1 DESCRIPTION @@ -55,7 +55,7 @@ L. There is also an irc channel available for users of this distribution, at -irc://irc.perl.org/#moose. +L on C|irc://irc.perl.org/#moose>. =head1 AUTHORS diff -Nru libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/AttrContainer.pm libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/AttrContainer.pm --- libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/AttrContainer.pm 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/AttrContainer.pm 2020-08-30 01:32:15.000000000 +0000 @@ -1,7 +1,7 @@ package MooseX::MethodAttributes::Role::AttrContainer; # ABSTRACT: capture code attributes in the class' metaclass -our $VERSION = '0.31'; +our $VERSION = '0.32'; use Moose::Role; use Moose::Util qw/find_meta/; @@ -36,7 +36,7 @@ =head1 VERSION -version 0.31 +version 0.32 =head1 METHODS @@ -55,7 +55,7 @@ L. There is also an irc channel available for users of this distribution, at -irc://irc.perl.org/#moose. +L on C|irc://irc.perl.org/#moose>. =head1 AUTHORS diff -Nru libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/Meta/Class.pm libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/Meta/Class.pm --- libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/Meta/Class.pm 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/Meta/Class.pm 2020-08-30 01:32:15.000000000 +0000 @@ -1,7 +1,7 @@ package MooseX::MethodAttributes::Role::Meta::Class; # ABSTRACT: metaclass role for storing code attributes -our $VERSION = '0.31'; +our $VERSION = '0.32'; use Moose::Role; use Moose::Util qw/find_meta does_role/; @@ -136,7 +136,7 @@ =head1 VERSION -version 0.31 +version 0.32 =head1 METHODS @@ -185,7 +185,7 @@ L. There is also an irc channel available for users of this distribution, at -irc://irc.perl.org/#moose. +L on C|irc://irc.perl.org/#moose>. =head1 AUTHORS diff -Nru libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/Meta/Map.pm libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/Meta/Map.pm --- libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/Meta/Map.pm 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/Meta/Map.pm 2020-08-30 01:32:15.000000000 +0000 @@ -1,23 +1,22 @@ package MooseX::MethodAttributes::Role::Meta::Map; # ABSTRACT: generic role for storing code attributes used by classes and roles with attributes -our $VERSION = '0.31'; +our $VERSION = '0.32'; use Moose::Role; -use MooseX::Types::Moose 0.21 qw/HashRef ArrayRef Str Int/; use namespace::autoclean; has _method_attribute_map => ( is => 'ro', - isa => HashRef[ArrayRef[Str]], + isa => 'HashRef[ArrayRef[Str]]', lazy => 1, default => sub { +{} }, ); has _method_attribute_list => ( is => 'ro', - isa => ArrayRef[Int], + isa => 'ArrayRef[Int]', lazy => 1, default => sub { [] }, ); @@ -60,7 +59,7 @@ =head1 VERSION -version 0.31 +version 0.32 =head1 METHODS @@ -81,7 +80,7 @@ L. There is also an irc channel available for users of this distribution, at -irc://irc.perl.org/#moose. +L on C|irc://irc.perl.org/#moose>. =head1 AUTHORS diff -Nru libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm --- libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm 2020-08-30 01:32:15.000000000 +0000 @@ -1,7 +1,7 @@ package MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped; # ABSTRACT: proxy attributes of wrapped methods if their metaclass supports it -our $VERSION = '0.31'; +our $VERSION = '0.32'; use Moose::Role; use Moose::Util qw/does_role/; @@ -35,7 +35,7 @@ =head1 VERSION -version 0.31 +version 0.32 =head1 SUPPORT @@ -46,7 +46,7 @@ L. There is also an irc channel available for users of this distribution, at -irc://irc.perl.org/#moose. +L on C|irc://irc.perl.org/#moose>. =head1 AUTHORS diff -Nru libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/Meta/Method/Wrapped.pm libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/Meta/Method/Wrapped.pm --- libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/Meta/Method/Wrapped.pm 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/Meta/Method/Wrapped.pm 2020-08-30 01:32:15.000000000 +0000 @@ -1,7 +1,7 @@ package MooseX::MethodAttributes::Role::Meta::Method::Wrapped; # ABSTRACT: wrapped metamethod role allowing code attribute introspection -our $VERSION = '0.31'; +our $VERSION = '0.32'; use Moose::Role; @@ -37,7 +37,7 @@ =head1 VERSION -version 0.31 +version 0.32 =head1 METHODS @@ -54,7 +54,7 @@ L. There is also an irc channel available for users of this distribution, at -irc://irc.perl.org/#moose. +L on C|irc://irc.perl.org/#moose>. =head1 AUTHORS diff -Nru libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/Meta/Method.pm libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/Meta/Method.pm --- libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/Meta/Method.pm 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/Meta/Method.pm 2020-08-30 01:32:15.000000000 +0000 @@ -1,7 +1,7 @@ package MooseX::MethodAttributes::Role::Meta::Method; # ABSTRACT: metamethod role allowing code attribute introspection -our $VERSION = '0.31'; +our $VERSION = '0.32'; use Moose::Role; @@ -50,7 +50,7 @@ =head1 VERSION -version 0.31 +version 0.32 =head1 ATTRIBUTES @@ -74,7 +74,7 @@ L. There is also an irc channel available for users of this distribution, at -irc://irc.perl.org/#moose. +L on C|irc://irc.perl.org/#moose>. =head1 AUTHORS diff -Nru libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/Meta/Role/Application/Summation.pm libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/Meta/Role/Application/Summation.pm --- libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/Meta/Role/Application/Summation.pm 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/Meta/Role/Application/Summation.pm 2020-08-30 01:32:15.000000000 +0000 @@ -1,7 +1,7 @@ package MooseX::MethodAttributes::Role::Meta::Role::Application::Summation; # ABSTRACT: Role applied to the class responsible for role summation which ensures method attributes propagate from the roles being summed onto the combined role. -our $VERSION = '0.31'; +our $VERSION = '0.32'; use Moose::Role; use Moose::Util qw/does_role/; @@ -31,7 +31,7 @@ =head1 VERSION -version 0.31 +version 0.32 =head1 SUPPORT @@ -42,7 +42,7 @@ L. There is also an irc channel available for users of this distribution, at -irc://irc.perl.org/#moose. +L on C|irc://irc.perl.org/#moose>. =head1 AUTHORS diff -Nru libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/Meta/Role/Application.pm libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/Meta/Role/Application.pm --- libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/Meta/Role/Application.pm 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/Meta/Role/Application.pm 2020-08-30 01:32:15.000000000 +0000 @@ -1,7 +1,7 @@ package MooseX::MethodAttributes::Role::Meta::Role::Application; # ABSTRACT: generic role for applying a role with method attributes to something -our $VERSION = '0.31'; +our $VERSION = '0.32'; use Moose::Role; use Moose::Util qw/find_meta/; @@ -68,7 +68,7 @@ =head1 VERSION -version 0.31 +version 0.32 =head1 METHODS @@ -88,7 +88,7 @@ L. There is also an irc channel available for users of this distribution, at -irc://irc.perl.org/#moose. +L on C|irc://irc.perl.org/#moose>. =head1 AUTHORS diff -Nru libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/Meta/Role.pm libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/Meta/Role.pm --- libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role/Meta/Role.pm 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role/Meta/Role.pm 2020-08-30 01:32:15.000000000 +0000 @@ -1,7 +1,7 @@ package MooseX::MethodAttributes::Role::Meta::Role; # ABSTRACT: metarole role for storing code attributes -our $VERSION = '0.31'; +our $VERSION = '0.32'; use Moose (); use Moose::Util::MetaRole; @@ -133,7 +133,7 @@ =head1 VERSION -version 0.31 +version 0.32 =head1 SYNOPSIS @@ -194,7 +194,7 @@ L. There is also an irc channel available for users of this distribution, at -irc://irc.perl.org/#moose. +L on C|irc://irc.perl.org/#moose>. =head1 AUTHORS diff -Nru libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role.pm libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role.pm --- libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes/Role.pm 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes/Role.pm 2020-08-30 01:32:15.000000000 +0000 @@ -1,7 +1,7 @@ package MooseX::MethodAttributes::Role; # ABSTRACT: code attribute introspection -our $VERSION = '0.31'; +our $VERSION = '0.32'; use Moose (); use Moose::Exporter; @@ -75,7 +75,7 @@ =head1 VERSION -version 0.31 +version 0.32 =head1 SYNOPSIS @@ -102,7 +102,7 @@ L. There is also an irc channel available for users of this distribution, at -irc://irc.perl.org/#moose. +L on C|irc://irc.perl.org/#moose>. =head1 AUTHORS diff -Nru libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes.pm libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes.pm --- libmoosex-methodattributes-perl-0.31/lib/MooseX/MethodAttributes.pm 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/lib/MooseX/MethodAttributes.pm 2020-08-30 01:32:15.000000000 +0000 @@ -1,7 +1,7 @@ -package MooseX::MethodAttributes; # git description: v0.30-2-gc4a23df +package MooseX::MethodAttributes; # git description: v0.31-13-g5621366 # ABSTRACT: Code attribute introspection -our $VERSION = '0.31'; +our $VERSION = '0.32'; use Moose (); use Moose::Exporter; @@ -85,7 +85,7 @@ =head1 VERSION -version 0.31 +version 0.32 =head1 SYNOPSIS @@ -114,7 +114,7 @@ L. There is also an irc channel available for users of this distribution, at -irc://irc.perl.org/#moose. +L on C|irc://irc.perl.org/#moose>. =head1 AUTHORS @@ -132,7 +132,7 @@ =head1 CONTRIBUTORS -=for stopwords Karen Etheridge Dave Rolsky Marcus Ramberg Peter E Karman David Steinbrunner +=for stopwords Karen Etheridge Dave Rolsky Marcus Ramberg Graham Knop Peter E Karman David Steinbrunner =over 4 @@ -150,6 +150,10 @@ =item * +Graham Knop + +=item * + Peter E Karman =item * diff -Nru libmoosex-methodattributes-perl-0.31/Makefile.PL libmoosex-methodattributes-perl-0.32/Makefile.PL --- libmoosex-methodattributes-perl-0.31/Makefile.PL 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/Makefile.PL 2020-08-30 01:32:15.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.039. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.015. use strict; use warnings; @@ -23,7 +23,6 @@ "Moose::Role" => 0, "Moose::Util" => 0, "Moose::Util::MetaRole" => 0, - "MooseX::Types::Moose" => "0.21", "namespace::autoclean" => "0.08" }, "TEST_REQUIRES" => { @@ -33,13 +32,13 @@ "MooseX::Role::Parameterized" => 0, "Test::Fatal" => 0, "Test::More" => "0.88", - "Test::Requires" => 0, + "Test::Needs" => 0, "base" => 0, "lib" => 0, "strict" => 0, "warnings" => 0 }, - "VERSION" => "0.31", + "VERSION" => "0.32", "test" => { "TESTS" => "t/*.t" } @@ -57,10 +56,9 @@ "Moose::Util" => 0, "Moose::Util::MetaRole" => 0, "MooseX::Role::Parameterized" => 0, - "MooseX::Types::Moose" => "0.21", "Test::Fatal" => 0, "Test::More" => "0.88", - "Test::Requires" => 0, + "Test::Needs" => 0, "base" => 0, "lib" => 0, "namespace::autoclean" => "0.08", @@ -68,7 +66,7 @@ "warnings" => 0 ); -# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.016 +# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.038 # bring sanity to boolean overload handling requires('Moose', '2.1602') if "$]" < '5.010'; @@ -84,14 +82,24 @@ WriteMakefile(%WriteMakefileArgs); -# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.016 -sub requires { - goto &runtime_requires; +# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.038 +sub _add_prereq { + my ($mm_key, $module, $version_or_range) = @_; + $version_or_range ||= 0; + warn "$module already exists in $mm_key (at version $WriteMakefileArgs{$mm_key}{$module}) -- need to do a sane metamerge!" + if exists $WriteMakefileArgs{$mm_key}{$module} + and $WriteMakefileArgs{$mm_key}{$module} ne '0' + and $WriteMakefileArgs{$mm_key}{$module} ne $version_or_range; + warn "$module already exists in FallbackPrereqs (at version $FallbackPrereqs{$mm_key}{$module}) -- need to do a sane metamerge!" + if exists $FallbackPrereqs{$module} and $FallbackPrereqs{$module} ne '0' + and $FallbackPrereqs{$module} ne $version_or_range; + $WriteMakefileArgs{$mm_key}{$module} = $FallbackPrereqs{$module} = $version_or_range; + return; } +sub requires { goto &runtime_requires } + sub runtime_requires { my ($module, $version_or_range) = @_; - $version_or_range = '0' if not $version_or_range; - $WriteMakefileArgs{PREREQ_PM}{$module} = $FallbackPrereqs{$module} = $version_or_range; - return; + _add_prereq(PREREQ_PM => $module, $version_or_range); } diff -Nru libmoosex-methodattributes-perl-0.31/MANIFEST libmoosex-methodattributes-perl-0.32/MANIFEST --- libmoosex-methodattributes-perl-0.31/MANIFEST 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/MANIFEST 2020-08-30 01:32:15.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.039. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.015. CONTRIBUTING Changes INSTALL @@ -59,17 +59,18 @@ t/role_with_anon_class.t t/zzz-check-breaks.t xt/author/00-compile.t +xt/author/changes_has_content.t xt/author/clean-namespaces.t xt/author/eol.t xt/author/kwalitee.t +xt/author/minimum-version.t xt/author/mojibake.t xt/author/no-tabs.t +xt/author/pod-coverage.t +xt/author/pod-no404s.t xt/author/pod-spell.t +xt/author/pod-syntax.t +xt/author/portability.t xt/release/changes_has_content.t xt/release/cpan-changes.t xt/release/distmeta.t -xt/release/minimum-version.t -xt/release/pod-coverage.t -xt/release/pod-no404s.t -xt/release/pod-syntax.t -xt/release/portability.t diff -Nru libmoosex-methodattributes-perl-0.31/META.json libmoosex-methodattributes-perl-0.32/META.json --- libmoosex-methodattributes-perl-0.31/META.json 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/META.json 2020-08-30 01:32:15.000000000 +0000 @@ -5,7 +5,7 @@ "Tomas Doran " ], "dynamic_config" : 1, - "generated_by" : "Dist::Zilla version 5.039, CPAN::Meta::Converter version 2.150005", + "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -29,100 +29,31 @@ }, "develop" : { "recommends" : { - "Dist::Zilla::PluginBundle::Author::ETHER" : "0.104" + "Dist::Zilla::PluginBundle::Author::ETHER" : "0.158", + "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007" }, "requires" : { - "Dist::Zilla" : "5", - "Dist::Zilla::Plugin::Authority" : "1.009", - "Dist::Zilla::Plugin::AuthorityFromModule" : "0.002", - "Dist::Zilla::Plugin::AutoMetaResources" : "0", - "Dist::Zilla::Plugin::AutoPrereqs" : "5.038", - "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional" : "0.004", - "Dist::Zilla::Plugin::CheckIssues" : "0", - "Dist::Zilla::Plugin::CheckPrereqsIndexed" : "0", - "Dist::Zilla::Plugin::CheckSelfDependency" : "0", - "Dist::Zilla::Plugin::CheckStrictVersion" : "0", - "Dist::Zilla::Plugin::ConfirmRelease" : "0", - "Dist::Zilla::Plugin::CopyFilesFromRelease" : "0", - "Dist::Zilla::Plugin::DynamicPrereqs" : "0.016", - "Dist::Zilla::Plugin::FileFinder::ByName" : "0", - "Dist::Zilla::Plugin::GenerateFile::ShareDir" : "0", - "Dist::Zilla::Plugin::Git::Check" : "0", - "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch" : "0.004", - "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts" : "0", - "Dist::Zilla::Plugin::Git::Commit" : "2.020", - "Dist::Zilla::Plugin::Git::Contributors" : "0.004", - "Dist::Zilla::Plugin::Git::Describe" : "0.004", - "Dist::Zilla::Plugin::Git::GatherDir" : "2.016", - "Dist::Zilla::Plugin::Git::Push" : "0", - "Dist::Zilla::Plugin::Git::Remote::Check" : "0", - "Dist::Zilla::Plugin::Git::Tag" : "0", - "Dist::Zilla::Plugin::GitHub::Update" : "0.40", - "Dist::Zilla::Plugin::GithubMeta" : "0.54", - "Dist::Zilla::Plugin::InstallGuide" : "0", - "Dist::Zilla::Plugin::Keywords" : "0.004", - "Dist::Zilla::Plugin::License" : "5.038", - "Dist::Zilla::Plugin::MakeMaker" : "0", - "Dist::Zilla::Plugin::Manifest" : "0", - "Dist::Zilla::Plugin::MetaConfig" : "0", - "Dist::Zilla::Plugin::MetaJSON" : "0", - "Dist::Zilla::Plugin::MetaNoIndex" : "0", - "Dist::Zilla::Plugin::MetaProvides::Package" : "1.15000002", - "Dist::Zilla::Plugin::MetaResources" : "0", - "Dist::Zilla::Plugin::MetaTests" : "0", - "Dist::Zilla::Plugin::MetaYAML" : "0", - "Dist::Zilla::Plugin::MinimumPerl" : "1.006", - "Dist::Zilla::Plugin::MojibakeTests" : "0.8", - "Dist::Zilla::Plugin::NextRelease" : "5.033", - "Dist::Zilla::Plugin::PodCoverageTests" : "0", - "Dist::Zilla::Plugin::PodSyntaxTests" : "0", - "Dist::Zilla::Plugin::Prereqs" : "0", - "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0", - "Dist::Zilla::Plugin::PromptIfStale" : "0", - "Dist::Zilla::Plugin::Readme" : "0", - "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142180", - "Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.004", - "Dist::Zilla::Plugin::Run::AfterBuild" : "0.038", - "Dist::Zilla::Plugin::Run::AfterRelease" : "0.038", - "Dist::Zilla::Plugin::RunExtraTests" : "0.024", - "Dist::Zilla::Plugin::StaticInstall" : "0.005", - "Dist::Zilla::Plugin::SurgicalPodWeaver" : "0", - "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.008", - "Dist::Zilla::Plugin::Test::ChangesHasContent" : "0", - "Dist::Zilla::Plugin::Test::CheckBreaks" : "0", - "Dist::Zilla::Plugin::Test::CleanNamespaces" : "0.006", - "Dist::Zilla::Plugin::Test::Compile" : "2.039", - "Dist::Zilla::Plugin::Test::EOL" : "0.17", - "Dist::Zilla::Plugin::Test::Kwalitee" : "2.06", - "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000003", - "Dist::Zilla::Plugin::Test::NoTabs" : "0.08", - "Dist::Zilla::Plugin::Test::Pod::No404s" : "1.002", - "Dist::Zilla::Plugin::Test::PodSpelling" : "2.006001", - "Dist::Zilla::Plugin::Test::Portability" : "0", - "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.019", - "Dist::Zilla::Plugin::TestRelease" : "0", - "Dist::Zilla::Plugin::UploadToCPAN" : "0", - "Dist::Zilla::PluginBundle::Author::ETHER" : "0.094", + "Encode" : "0", "File::Spec" : "0", "IO::Handle" : "0", "IPC::Open3" : "0", "MooseX::Role::Parameterized" : "0", "Pod::Coverage::TrustPod" : "0", "Pod::Wordlist" : "0", - "Software::License::Perl_5" : "0", "Test::CPAN::Changes" : "0.19", "Test::CPAN::Meta" : "0", "Test::CleanNamespaces" : "0.15", "Test::EOL" : "0", "Test::Kwalitee" : "1.21", + "Test::MinimumVersion" : "0", "Test::Mojibake" : "0", "Test::More" : "0.96", "Test::NoTabs" : "0", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08", "Test::Pod::No404s" : "0", + "Test::Portability::Files" : "0", "Test::Spelling" : "0.12", - "blib" : "1.01", "perl" : "5.006", "strict" : "0", "warnings" : "0" @@ -136,7 +67,6 @@ "Moose::Role" : "0", "Moose::Util" : "0", "Moose::Util::MetaRole" : "0", - "MooseX::Types::Moose" : "0.21", "namespace::autoclean" : "0.08", "perl" : "5.006" } @@ -152,67 +82,146 @@ "MooseX::Role::Parameterized" : "0", "Test::Fatal" : "0", "Test::More" : "0.88", - "Test::Requires" : "0", + "Test::Needs" : "0", "base" : "0", "lib" : "0", "perl" : "5.006", "strict" : "0", "warnings" : "0" } + }, + "x_Dist_Zilla" : { + "requires" : { + "Dist::Zilla" : "5", + "Dist::Zilla::Plugin::Authority" : "1.009", + "Dist::Zilla::Plugin::AutoMetaResources" : "0", + "Dist::Zilla::Plugin::AutoPrereqs" : "5.038", + "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional" : "0.004", + "Dist::Zilla::Plugin::CheckIssues" : "0", + "Dist::Zilla::Plugin::CheckMetaResources" : "0", + "Dist::Zilla::Plugin::CheckPrereqsIndexed" : "0.019", + "Dist::Zilla::Plugin::CheckSelfDependency" : "0", + "Dist::Zilla::Plugin::CheckStrictVersion" : "0", + "Dist::Zilla::Plugin::ConfirmRelease" : "0", + "Dist::Zilla::Plugin::CopyFilesFromRelease" : "0", + "Dist::Zilla::Plugin::DynamicPrereqs" : "0.018", + "Dist::Zilla::Plugin::EnsureLatestPerl" : "0", + "Dist::Zilla::Plugin::FileFinder::ByName" : "0", + "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : "0", + "Dist::Zilla::Plugin::Git::Check" : "0", + "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch" : "0.004", + "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts" : "0", + "Dist::Zilla::Plugin::Git::Commit" : "2.020", + "Dist::Zilla::Plugin::Git::Contributors" : "0.029", + "Dist::Zilla::Plugin::Git::Describe" : "0.004", + "Dist::Zilla::Plugin::Git::GatherDir" : "2.016", + "Dist::Zilla::Plugin::Git::Push" : "0", + "Dist::Zilla::Plugin::Git::Remote::Check" : "0", + "Dist::Zilla::Plugin::Git::Tag" : "0", + "Dist::Zilla::Plugin::GitHub::Update" : "0.40", + "Dist::Zilla::Plugin::GithubMeta" : "0.54", + "Dist::Zilla::Plugin::InstallGuide" : "1.200005", + "Dist::Zilla::Plugin::Keywords" : "0.004", + "Dist::Zilla::Plugin::License" : "5.038", + "Dist::Zilla::Plugin::MakeMaker" : "0", + "Dist::Zilla::Plugin::Manifest" : "0", + "Dist::Zilla::Plugin::MetaConfig" : "0", + "Dist::Zilla::Plugin::MetaJSON" : "0", + "Dist::Zilla::Plugin::MetaNoIndex" : "0", + "Dist::Zilla::Plugin::MetaProvides::Package" : "1.15000002", + "Dist::Zilla::Plugin::MetaResources" : "0", + "Dist::Zilla::Plugin::MetaTests" : "0", + "Dist::Zilla::Plugin::MetaYAML" : "0", + "Dist::Zilla::Plugin::MinimumPerl" : "1.006", + "Dist::Zilla::Plugin::MojibakeTests" : "0.8", + "Dist::Zilla::Plugin::NextRelease" : "5.033", + "Dist::Zilla::Plugin::PodCoverageTests" : "5.040", + "Dist::Zilla::Plugin::PodSyntaxTests" : "5.040", + "Dist::Zilla::Plugin::Prereqs" : "0", + "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.006", + "Dist::Zilla::Plugin::PromptIfStale" : "0", + "Dist::Zilla::Plugin::Readme" : "0", + "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142180", + "Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.006", + "Dist::Zilla::Plugin::Run::AfterBuild" : "0.041", + "Dist::Zilla::Plugin::Run::AfterRelease" : "0.038", + "Dist::Zilla::Plugin::RunExtraTests" : "0.024", + "Dist::Zilla::Plugin::StaticInstall" : "0.005", + "Dist::Zilla::Plugin::SurgicalPodWeaver" : "0", + "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.012", + "Dist::Zilla::Plugin::Test::ChangesHasContent" : "0", + "Dist::Zilla::Plugin::Test::CheckBreaks" : "0.017", + "Dist::Zilla::Plugin::Test::CleanNamespaces" : "0.006", + "Dist::Zilla::Plugin::Test::Compile" : "2.039", + "Dist::Zilla::Plugin::Test::EOL" : "0.17", + "Dist::Zilla::Plugin::Test::Kwalitee" : "2.10", + "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000010", + "Dist::Zilla::Plugin::Test::NoTabs" : "0.08", + "Dist::Zilla::Plugin::Test::Pod::No404s" : "1.003", + "Dist::Zilla::Plugin::Test::PodSpelling" : "2.006003", + "Dist::Zilla::Plugin::Test::Portability" : "2.000007", + "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.022", + "Dist::Zilla::Plugin::TestRelease" : "0", + "Dist::Zilla::Plugin::UploadToCPAN" : "0", + "Dist::Zilla::Plugin::UseUnsafeInc" : "0", + "Dist::Zilla::PluginBundle::Author::ETHER" : "0.119", + "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007", + "Software::License::Perl_5" : "0" + } } }, "provides" : { "MooseX::MethodAttributes" : { "file" : "lib/MooseX/MethodAttributes.pm", - "version" : "0.31" + "version" : "0.32" }, "MooseX::MethodAttributes::Inheritable" : { "file" : "lib/MooseX/MethodAttributes/Inheritable.pm", - "version" : "0.31" + "version" : "0.32" }, "MooseX::MethodAttributes::Role" : { "file" : "lib/MooseX/MethodAttributes/Role.pm", - "version" : "0.31" + "version" : "0.32" }, "MooseX::MethodAttributes::Role::AttrContainer" : { "file" : "lib/MooseX/MethodAttributes/Role/AttrContainer.pm", - "version" : "0.31" + "version" : "0.32" }, "MooseX::MethodAttributes::Role::AttrContainer::Inheritable" : { "file" : "lib/MooseX/MethodAttributes/Role/AttrContainer/Inheritable.pm", - "version" : "0.31" + "version" : "0.32" }, "MooseX::MethodAttributes::Role::Meta::Class" : { "file" : "lib/MooseX/MethodAttributes/Role/Meta/Class.pm", - "version" : "0.31" + "version" : "0.32" }, "MooseX::MethodAttributes::Role::Meta::Map" : { "file" : "lib/MooseX/MethodAttributes/Role/Meta/Map.pm", - "version" : "0.31" + "version" : "0.32" }, "MooseX::MethodAttributes::Role::Meta::Method" : { "file" : "lib/MooseX/MethodAttributes/Role/Meta/Method.pm", - "version" : "0.31" + "version" : "0.32" }, "MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped" : { "file" : "lib/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm", - "version" : "0.31" + "version" : "0.32" }, "MooseX::MethodAttributes::Role::Meta::Method::Wrapped" : { "file" : "lib/MooseX/MethodAttributes/Role/Meta/Method/Wrapped.pm", - "version" : "0.31" + "version" : "0.32" }, "MooseX::MethodAttributes::Role::Meta::Role" : { "file" : "lib/MooseX/MethodAttributes/Role/Meta/Role.pm", - "version" : "0.31" + "version" : "0.32" }, "MooseX::MethodAttributes::Role::Meta::Role::Application" : { "file" : "lib/MooseX/MethodAttributes/Role/Meta/Role/Application.pm", - "version" : "0.31" + "version" : "0.32" }, "MooseX::MethodAttributes::Role::Meta::Role::Application::Summation" : { "file" : "lib/MooseX/MethodAttributes/Role/Meta/Role/Application/Summation.pm", - "version" : "0.31" + "version" : "0.32" } }, "release_status" : "stable", @@ -230,10 +239,10 @@ "x_IRC" : "irc://irc.perl.org/#moose", "x_MailingList" : "http://lists.perl.org/list/moose.html" }, - "version" : "0.31", + "version" : "0.32", "x_Dist_Zilla" : { "perl" : { - "version" : "5.023003" + "version" : "5.033001" }, "plugins" : [ { @@ -241,28 +250,11 @@ "config" : { "Dist::Zilla::Plugin::Prereqs" : { "phase" : "develop", - "type" : "requires" + "type" : "recommends" } }, - "name" : "@Author::ETHER/bundle_plugins", - "version" : "5.039" - }, - { - "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional", - "config" : { - "Dist::Zilla::Plugin::RewriteVersion" : { - "add_tarball_name" : 0, - "finders" : [ - ":ExecFiles", - ":InstallModules" - ], - "global" : 1, - "skip_version_provider" : 0 - }, - "Dist::Zilla::Plugin::RewriteVersion::Transitional" : {} - }, - "name" : "@Author::ETHER/RewriteVersion::Transitional", - "version" : "0.007" + "name" : "@Author::ETHER/pluginbundle version", + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -274,35 +266,17 @@ "Dist::Zilla::PluginBundle::Author::ETHER" ], "phase" : "build", + "run_under_travis" : 0, "skip" : [] } }, "name" : "@Author::ETHER/stale modules, build", - "version" : "0.047" - }, - { - "class" : "Dist::Zilla::Plugin::PromptIfStale", - "config" : { - "Dist::Zilla::Plugin::PromptIfStale" : { - "check_all_plugins" : 1, - "check_all_prereqs" : 1, - "modules" : [], - "phase" : "release", - "skip" : [] - } - }, - "name" : "@Author::ETHER/stale modules, release", - "version" : "0.047" + "version" : "0.057" }, { "class" : "Dist::Zilla::Plugin::FileFinder::ByName", "name" : "@Author::ETHER/Examples", - "version" : "5.039" - }, - { - "class" : "Dist::Zilla::Plugin::FileFinder::ByName", - "name" : "@Author::ETHER/ExtraTestFiles", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Git::GatherDir", @@ -311,7 +285,7 @@ "exclude_filename" : [ "CONTRIBUTING", "INSTALL", - "LICENSE", + "LICENCE", "README.pod" ], "exclude_match" : [], @@ -326,58 +300,69 @@ } }, "name" : "@Author::ETHER/Git::GatherDir", - "version" : "2.036" + "version" : "2.046" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::ETHER/MetaYAML", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::ETHER/MetaJSON", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@Author::ETHER/Readme", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::ETHER/Manifest", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::ETHER/License", - "version" : "5.039" + "version" : "6.015" }, { - "class" : "Dist::Zilla::Plugin::GenerateFile::ShareDir", + "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir", "config" : { - "Dist::Zilla::Plugin::GenerateFile::ShareDir" : { + "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : { "destination_filename" : "CONTRIBUTING", "dist" : "Dist-Zilla-PluginBundle-Author-ETHER", "encoding" : "UTF-8", "has_xs" : 0, "location" : "build", "source_filename" : "CONTRIBUTING" + }, + "Dist::Zilla::Role::RepoFileInjector" : { + "allow_overwrite" : 1, + "repo_root" : ".", + "version" : "0.009" } }, "name" : "@Author::ETHER/generate CONTRIBUTING", - "version" : "0.006" + "version" : "0.014" }, { "class" : "Dist::Zilla::Plugin::InstallGuide", + "config" : { + "Dist::Zilla::Role::ModuleMetadata" : { + "Module::Metadata" : "1.000037", + "version" : "0.006" + } + }, "name" : "@Author::ETHER/InstallGuide", - "version" : "1.200006" + "version" : "1.200013" }, { "class" : "Dist::Zilla::Plugin::Test::Compile", "config" : { "Dist::Zilla::Plugin::Test::Compile" : { - "bail_out_on_fail" : "1", + "bail_out_on_fail" : 1, "fail_on_warning" : "author", "fake_home" : 0, "filename" : "xt/author/00-compile.t", @@ -390,11 +375,12 @@ ":PerlExecFiles", "@Author::ETHER/Examples" ], - "skips" : [] + "skips" : [], + "switch" : [] } }, "name" : "@Author::ETHER/Test::Compile", - "version" : "2.054" + "version" : "2.058" }, { "class" : "Dist::Zilla::Plugin::Test::NoTabs", @@ -406,7 +392,7 @@ ":ExecFiles", "@Author::ETHER/Examples", ":TestFiles", - "@Author::ETHER/ExtraTestFiles" + ":ExtraTestFiles" ] } }, @@ -419,57 +405,105 @@ "Dist::Zilla::Plugin::Test::EOL" : { "filename" : "xt/author/eol.t", "finder" : [ - ":InstallModules", ":ExecFiles", - "@Author::ETHER/Examples", + ":ExtraTestFiles", + ":InstallModules", ":TestFiles", - "@Author::ETHER/ExtraTestFiles" + "@Author::ETHER/Examples" ], - "trailing_whitespace" : "1" + "trailing_whitespace" : 1 } }, "name" : "@Author::ETHER/Test::EOL", - "version" : "0.18" + "version" : "0.19" }, { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "@Author::ETHER/MetaTests", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", + "config" : { + "Dist::Zilla::Plugin::Test::CPAN::Changes" : { + "changelog" : "Changes" + } + }, "name" : "@Author::ETHER/Test::CPAN::Changes", - "version" : "0.009" + "version" : "0.012" + }, + { + "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir", + "config" : { + "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : { + "destination_filename" : "xt/author/changes_has_content.t", + "dist" : "Dist-Zilla-PluginBundle-Author-ETHER", + "encoding" : "UTF-8", + "location" : "build", + "source_filename" : "changes_has_content.t" + }, + "Dist::Zilla::Role::RepoFileInjector" : { + "allow_overwrite" : 1, + "repo_root" : ".", + "version" : "0.009" + } + }, + "name" : "@Author::ETHER/generate xt/author/changes_has_content.t", + "version" : "0.014" }, { "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent", "name" : "@Author::ETHER/Test::ChangesHasContent", - "version" : "0.008" + "version" : "0.011" }, { "class" : "Dist::Zilla::Plugin::Test::MinimumVersion", + "config" : { + "Dist::Zilla::Plugin::Test::MinimumVersion" : { + "max_target_perl" : "5.008003" + } + }, "name" : "@Author::ETHER/Test::MinimumVersion", - "version" : "2.000006" + "version" : "2.000010" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::ETHER/PodSyntaxTests", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::ETHER/PodCoverageTests", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Test::PodSpelling", + "config" : { + "Dist::Zilla::Plugin::Test::PodSpelling" : { + "directories" : [ + "examples", + "lib", + "script", + "t", + "xt" + ], + "spell_cmd" : "", + "stopwords" : [ + "initialisation", + "irc", + "metamethod", + "metarole" + ], + "wordlist" : "Pod::Wordlist" + } + }, "name" : "@Author::ETHER/Test::PodSpelling", - "version" : "2.006009" + "version" : "2.007005" }, { "class" : "Dist::Zilla::Plugin::Test::Pod::No404s", "name" : "@Author::ETHER/Test::Pod::No404s", - "version" : "1.002" + "version" : "1.004" }, { "class" : "Dist::Zilla::Plugin::Test::Kwalitee", @@ -480,7 +514,7 @@ } }, "name" : "@Author::ETHER/Test::Kwalitee", - "version" : "2.11" + "version" : "2.12" }, { "class" : "Dist::Zilla::Plugin::MojibakeTests", @@ -490,12 +524,17 @@ { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", "name" : "@Author::ETHER/Test::ReportPrereqs", - "version" : "0.021" + "version" : "0.028" }, { "class" : "Dist::Zilla::Plugin::Test::Portability", + "config" : { + "Dist::Zilla::Plugin::Test::Portability" : { + "options" : "" + } + }, "name" : "@Author::ETHER/Test::Portability", - "version" : "2.000006" + "version" : "2.001000" }, { "class" : "Dist::Zilla::Plugin::Test::CleanNamespaces", @@ -511,7 +550,7 @@ { "class" : "Dist::Zilla::Plugin::Git::Describe", "name" : "@Author::ETHER/Git::Describe", - "version" : "0.006" + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::SurgicalPodWeaver", @@ -527,98 +566,98 @@ "plugins" : [ { "class" : "Pod::Weaver::Plugin::EnsurePod5", - "name" : "@CorePrep/EnsurePod5", - "version" : "4.012" + "name" : "@Author::ETHER/EnsurePod5", + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::H1Nester", - "name" : "@CorePrep/H1Nester", - "version" : "4.012" + "name" : "@Author::ETHER/H1Nester", + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "@Author::ETHER/SingleEncoding", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@Author::ETHER/List", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@Author::ETHER/Verbatim", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/header", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Name", "name" : "@Author::ETHER/Name", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Version", "name" : "@Author::ETHER/Version", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/prelude", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "SYNOPSIS", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "DESCRIPTION", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "OVERVIEW", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ATTRIBUTES", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "METHODS", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "FUNCTIONS", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "TYPES", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "@Author::ETHER/Leftovers", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/postlude", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::GenerateSection", "name" : "@Author::ETHER/generate SUPPORT", - "version" : "1.01" + "version" : "1.06" }, { "class" : "Pod::Weaver::Section::AllowOverride", @@ -628,7 +667,12 @@ { "class" : "Pod::Weaver::Section::Authors", "name" : "@Author::ETHER/Authors", - "version" : "4.012" + "version" : "4.015" + }, + { + "class" : "Pod::Weaver::Section::AllowOverride", + "name" : "@Author::ETHER/allow override AUTHOR", + "version" : "0.05" }, { "class" : "Pod::Weaver::Section::Contributors", @@ -638,12 +682,12 @@ { "class" : "Pod::Weaver::Section::Legal", "name" : "@Author::ETHER/Legal", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/footer", - "version" : "4.012" + "version" : "4.015" } ] } @@ -654,7 +698,7 @@ { "class" : "Dist::Zilla::Plugin::GithubMeta", "name" : "@Author::ETHER/GithubMeta", - "version" : "0.54" + "version" : "0.58" }, { "class" : "Dist::Zilla::Plugin::AutoMetaResources", @@ -662,20 +706,6 @@ "version" : "1.21" }, { - "class" : "Dist::Zilla::Plugin::AuthorityFromModule", - "config" : { - "Dist::Zilla::Plugin::AuthorityFromModule" : { - "module" : "MooseX::MethodAttributes" - }, - "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000029", - "version" : "0.003" - } - }, - "name" : "@Author::ETHER/AuthorityFromModule", - "version" : "0.006" - }, - { "class" : "Dist::Zilla::Plugin::Authority", "name" : "@Author::ETHER/Authority", "version" : "1.009" @@ -683,7 +713,7 @@ { "class" : "Dist::Zilla::Plugin::MetaNoIndex", "name" : "@Author::ETHER/MetaNoIndex", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -696,23 +726,29 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.039" + "version" : "6.015" } - ] + ], + "include_underscores" : 0 }, "Dist::Zilla::Role::MetaProvider::Provider" : { - "inherit_missing" : "0", - "inherit_version" : "0", - "meta_noindex" : "1" + "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004", + "inherit_missing" : 0, + "inherit_version" : 0, + "meta_noindex" : 1 + }, + "Dist::Zilla::Role::ModuleMetadata" : { + "Module::Metadata" : "1.000037", + "version" : "0.006" } }, "name" : "@Author::ETHER/MetaProvides::Package", - "version" : "2.003001" + "version" : "2.004003" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::ETHER/MetaConfig", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Keywords", @@ -722,32 +758,27 @@ } }, "name" : "@Author::ETHER/Keywords", - "version" : "0.006" + "version" : "0.007" }, { - "class" : "Dist::Zilla::Plugin::Git::Contributors", + "class" : "Dist::Zilla::Plugin::UseUnsafeInc", "config" : { - "Dist::Zilla::Plugin::Git::Contributors" : { - "include_authors" : 0, - "include_releaser" : 1, - "order_by" : "commits", - "paths" : [ - "." - ] + "Dist::Zilla::Plugin::UseUnsafeInc" : { + "dot_in_INC" : 0 } }, - "name" : "@Author::ETHER/Git::Contributors", - "version" : "0.014" + "name" : "@Author::ETHER/UseUnsafeInc", + "version" : "0.001" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::ETHER/AutoPrereqs", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps", "name" : "@Author::ETHER/Prereqs::AuthorDeps", - "version" : "0.005" + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::MinimumPerl", @@ -758,23 +789,12 @@ "class" : "Dist::Zilla::Plugin::Prereqs", "config" : { "Dist::Zilla::Plugin::Prereqs" : { - "phase" : "develop", - "type" : "recommends" - } - }, - "name" : "@Author::ETHER/pluginbundle_version", - "version" : "5.039" - }, - { - "class" : "Dist::Zilla::Plugin::Prereqs", - "config" : { - "Dist::Zilla::Plugin::Prereqs" : { - "phase" : "develop", + "phase" : "x_Dist_Zilla", "type" : "requires" } }, "name" : "@Author::ETHER/pod_weaving", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -784,7 +804,21 @@ } }, "name" : "@Author::ETHER/MakeMaker", - "version" : "5.039" + "version" : "6.015" + }, + { + "class" : "Dist::Zilla::Plugin::Git::Contributors", + "config" : { + "Dist::Zilla::Plugin::Git::Contributors" : { + "git_version" : "2.28.0", + "include_authors" : 0, + "include_releaser" : 1, + "order_by" : "commits", + "paths" : [] + } + }, + "name" : "@Author::ETHER/Git::Contributors", + "version" : "0.035" }, { "class" : "Dist::Zilla::Plugin::StaticInstall", @@ -795,7 +829,7 @@ } }, "name" : "@Author::ETHER/StaticInstall", - "version" : "0.008" + "version" : "0.012" }, { "class" : "Dist::Zilla::Plugin::RunExtraTests", @@ -805,7 +839,7 @@ } }, "name" : "@Author::ETHER/RunExtraTests", - "version" : "0.028" + "version" : "0.029" }, { "class" : "Dist::Zilla::Plugin::CheckSelfDependency", @@ -816,8 +850,8 @@ ] }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000029", - "version" : "0.003" + "Module::Metadata" : "1.000037", + "version" : "0.006" } }, "name" : "@Author::ETHER/CheckSelfDependency", @@ -831,11 +865,12 @@ "quiet" : 1, "run" : [ "bash -c \"test -e .ackrc && grep -q -- '--ignore-dir=.latest' .ackrc || echo '--ignore-dir=.latest' >> .ackrc; if [[ `dirname '%d'` != .build ]]; then test -e .ackrc && grep -q -- '--ignore-dir=%d' .ackrc || echo '--ignore-dir=%d' >> .ackrc; fi\"" - ] + ], + "version" : "0.048" } }, "name" : "@Author::ETHER/.ackrc", - "version" : "0.042" + "version" : "0.048" }, { "class" : "Dist::Zilla::Plugin::Run::AfterBuild", @@ -844,12 +879,13 @@ "eval" : [ "if ('%d' =~ /^%n-[.[:xdigit:]]+$/) { unlink '.latest'; symlink '%d', '.latest'; }" ], - "fatal_errors" : 1, - "quiet" : 1 + "fatal_errors" : 0, + "quiet" : 1, + "version" : "0.048" } }, "name" : "@Author::ETHER/.latest", - "version" : "0.042" + "version" : "0.048" }, { "class" : "Dist::Zilla::Plugin::CheckStrictVersion", @@ -857,6 +893,36 @@ "version" : "0.001" }, { + "class" : "Dist::Zilla::Plugin::CheckMetaResources", + "name" : "@Author::ETHER/CheckMetaResources", + "version" : "0.001" + }, + { + "class" : "Dist::Zilla::Plugin::EnsureLatestPerl", + "config" : { + "Dist::Zilla::Plugin::EnsureLatestPerl" : { + "Module::CoreList" : "5.20200820" + } + }, + "name" : "@Author::ETHER/EnsureLatestPerl", + "version" : "0.008" + }, + { + "class" : "Dist::Zilla::Plugin::PromptIfStale", + "config" : { + "Dist::Zilla::Plugin::PromptIfStale" : { + "check_all_plugins" : 1, + "check_all_prereqs" : 1, + "modules" : [], + "phase" : "release", + "run_under_travis" : 0, + "skip" : [] + } + }, + "name" : "@Author::ETHER/stale modules, release", + "version" : "0.057" + }, + { "class" : "Dist::Zilla::Plugin::Git::Check", "config" : { "Dist::Zilla::Plugin::Git::Check" : { @@ -868,46 +934,49 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.28.0", "repo_root" : "." } }, "name" : "@Author::ETHER/initial check", - "version" : "2.036" + "version" : "2.046" }, { "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts", "config" : { "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.28.0", "repo_root" : "." } }, "name" : "@Author::ETHER/Git::CheckFor::MergeConflicts", - "version" : "0.013" + "version" : "0.014" }, { "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch", "config" : { "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.28.0", "repo_root" : "." } }, "name" : "@Author::ETHER/Git::CheckFor::CorrectBranch", - "version" : "0.013" + "version" : "0.014" }, { "class" : "Dist::Zilla::Plugin::Git::Remote::Check", "name" : "@Author::ETHER/Git::Remote::Check", - "version" : "0.2.0" + "version" : "0.1.2" }, { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@Author::ETHER/CheckPrereqsIndexed", - "version" : "0.016" + "version" : "0.020" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::ETHER/TestRelease", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -921,35 +990,22 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.28.0", "repo_root" : "." } }, "name" : "@Author::ETHER/after tests", - "version" : "2.036" + "version" : "2.046" }, { "class" : "Dist::Zilla::Plugin::CheckIssues", "name" : "@Author::ETHER/CheckIssues", - "version" : "0.008" + "version" : "0.011" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::ETHER/UploadToCPAN", - "version" : "5.039" - }, - { - "class" : "Dist::Zilla::Plugin::Run::AfterRelease", - "config" : { - "Dist::Zilla::Plugin::Run::Role::Runner" : { - "eval" : [ - "unlink 'LICENSE'" - ], - "fatal_errors" : 1, - "quiet" : 1 - } - }, - "name" : "@Author::ETHER/remove old LICENSE", - "version" : "0.042" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease", @@ -957,7 +1013,6 @@ "Dist::Zilla::Plugin::CopyFilesFromRelease" : { "filename" : [ "CONTRIBUTING", - "Changes", "INSTALL", "LICENCE", "LICENSE", @@ -966,8 +1021,8 @@ "match" : [] } }, - "name" : "@Author::ETHER/CopyFilesFromRelease", - "version" : "0.006" + "name" : "@Author::ETHER/copy generated files", + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", @@ -977,7 +1032,53 @@ } }, "name" : "@Author::ETHER/ReadmeAnyFromPod", - "version" : "0.150250" + "version" : "0.163250" + }, + { + "class" : "Dist::Zilla::Plugin::Prereqs", + "config" : { + "Dist::Zilla::Plugin::Prereqs" : { + "phase" : "develop", + "type" : "recommends" + } + }, + "name" : "@Author::ETHER/@Git::VersionManager/pluginbundle version", + "version" : "6.015" + }, + { + "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional", + "config" : { + "Dist::Zilla::Plugin::RewriteVersion" : { + "add_tarball_name" : 0, + "finders" : [ + ":ExecFiles", + ":InstallModules" + ], + "global" : 1, + "skip_version_provider" : 0 + }, + "Dist::Zilla::Plugin::RewriteVersion::Transitional" : {} + }, + "name" : "@Author::ETHER/@Git::VersionManager/RewriteVersion::Transitional", + "version" : "0.009" + }, + { + "class" : "Dist::Zilla::Plugin::MetaProvides::Update", + "name" : "@Author::ETHER/@Git::VersionManager/MetaProvides::Update", + "version" : "0.007" + }, + { + "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease", + "config" : { + "Dist::Zilla::Plugin::CopyFilesFromRelease" : { + "filename" : [ + "Changes" + ], + "match" : [] + } + }, + "name" : "@Author::ETHER/@Git::VersionManager/CopyFilesFromRelease", + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -993,21 +1094,22 @@ "CONTRIBUTING", "Changes", "INSTALL", - "LICENSE", + "LICENCE", "README.pod" ], "allow_dirty_match" : [], "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.28.0", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { "time_zone" : "local" } }, - "name" : "@Author::ETHER/release snapshot", - "version" : "2.036" + "name" : "@Author::ETHER/@Git::VersionManager/release snapshot", + "version" : "2.046" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -1016,29 +1118,20 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "v0.31", - "tag_format" : "v%v", + "tag" : "v0.32", + "tag_format" : "v%V", "tag_message" : "v%v%t" }, "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.28.0", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { "time_zone" : "local" } }, - "name" : "@Author::ETHER/Git::Tag", - "version" : "2.036" - }, - { - "class" : "Dist::Zilla::Plugin::GitHub::Update", - "config" : { - "Dist::Zilla::Plugin::GitHub::Update" : { - "metacpan" : 1 - } - }, - "name" : "@Author::ETHER/GitHub::Update", - "version" : "0.41" + "name" : "@Author::ETHER/@Git::VersionManager/Git::Tag", + "version" : "2.046" }, { "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional", @@ -1053,13 +1146,13 @@ }, "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional" : {} }, - "name" : "@Author::ETHER/BumpVersionAfterRelease::Transitional", - "version" : "0.007" + "name" : "@Author::ETHER/@Git::VersionManager/BumpVersionAfterRelease::Transitional", + "version" : "0.009" }, { "class" : "Dist::Zilla::Plugin::NextRelease", - "name" : "@Author::ETHER/NextRelease", - "version" : "5.039" + "name" : "@Author::ETHER/@Git::VersionManager/NextRelease", + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -1070,7 +1163,9 @@ }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ - "Changes" + "Build.PL", + "Changes", + "Makefile.PL" ], "allow_dirty_match" : [ "(?^:^lib/.*\\.pm$)" @@ -1078,14 +1173,26 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.28.0", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { "time_zone" : "local" } }, - "name" : "@Author::ETHER/post-release commit", - "version" : "2.036" + "name" : "@Author::ETHER/@Git::VersionManager/post-release commit", + "version" : "2.046" + }, + { + "class" : "Dist::Zilla::Plugin::Prereqs", + "config" : { + "Dist::Zilla::Plugin::Prereqs" : { + "phase" : "x_Dist_Zilla", + "type" : "requires" + } + }, + "name" : "@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager", + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Git::Push", @@ -1097,11 +1204,22 @@ "remotes_must_exist" : 1 }, "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.28.0", "repo_root" : "." } }, "name" : "@Author::ETHER/Git::Push", - "version" : "2.036" + "version" : "2.046" + }, + { + "class" : "Dist::Zilla::Plugin::GitHub::Update", + "config" : { + "Dist::Zilla::Plugin::GitHub::Update" : { + "metacpan" : 1 + } + }, + "name" : "@Author::ETHER/GitHub::Update", + "version" : "0.47" }, { "class" : "Dist::Zilla::Plugin::Run::AfterRelease", @@ -1111,11 +1229,12 @@ "quiet" : 0, "run" : [ "REDACTED" - ] + ], + "version" : "0.048" } }, "name" : "@Author::ETHER/install release", - "version" : "0.042" + "version" : "0.048" }, { "class" : "Dist::Zilla::Plugin::Run::AfterRelease", @@ -1125,21 +1244,39 @@ "print \"release complete!\\xa\"" ], "fatal_errors" : 1, - "quiet" : 1 + "quiet" : 1, + "version" : "0.048" } }, "name" : "@Author::ETHER/release complete", - "version" : "0.042" + "version" : "0.048" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::ETHER/ConfirmRelease", - "version" : "5.039" + "version" : "6.015" + }, + { + "class" : "Dist::Zilla::Plugin::Prereqs", + "config" : { + "Dist::Zilla::Plugin::Prereqs" : { + "phase" : "x_Dist_Zilla", + "type" : "requires" + } + }, + "name" : "@Author::ETHER/prereqs for @Author::ETHER", + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::DynamicPrereqs", + "config" : { + "Dist::Zilla::Role::ModuleMetadata" : { + "Module::Metadata" : "1.000037", + "version" : "0.006" + } + }, "name" : "DynamicPrereqs", - "version" : "0.016" + "version" : "0.038" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -1150,7 +1287,7 @@ } }, "name" : "Prereqs", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -1161,101 +1298,108 @@ } }, "name" : "DevelopRequires", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "MetaResources", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Test::CheckBreaks", "config" : { "Dist::Zilla::Plugin::Test::CheckBreaks" : { - "conflicts_module" : "Moose::Conflicts" + "conflicts_module" : [ + "Module::Runtime::Conflicts", + "Moose::Conflicts" + ], + "no_forced_deps" : 0 }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000029", - "version" : "0.003" + "Module::Metadata" : "1.000037", + "version" : "0.006" } }, "name" : "Test::CheckBreaks", - "version" : "0.012" + "version" : "0.019" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.039" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::VerifyPhases", "name" : "@Author::ETHER/PHASE VERIFICATION", - "version" : "0.013" + "version" : "0.016" } ], "zilla" : { "class" : "Dist::Zilla::Dist::Builder", "config" : { - "is_trial" : "0" + "is_trial" : 0 }, - "version" : "5.039" + "version" : "6.015" } }, "x_authority" : "cpan:FLORA", - "x_authority_from_module" : "MooseX::MethodAttributes", "x_contributors" : [ "Karen Etheridge ", "Dave Rolsky ", "Marcus Ramberg ", + "Graham Knop ", "Peter E Karman ", "David Steinbrunner " ], - "x_permissions_from_module" : "MooseX::MethodAttributes", - "x_static_install" : 0 + "x_generated_by_perl" : "v5.33.1", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.21", + "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later", + "x_static_install" : 0, + "x_use_unsafe_inc" : 0 } diff -Nru libmoosex-methodattributes-perl-0.31/META.yml libmoosex-methodattributes-perl-0.32/META.yml --- libmoosex-methodattributes-perl-0.31/META.yml 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/META.yml 2020-08-30 01:32:15.000000000 +0000 @@ -10,7 +10,7 @@ MooseX::Role::Parameterized: '0' Test::Fatal: '0' Test::More: '0.88' - Test::Requires: '0' + Test::Needs: '0' base: '0' lib: '0' perl: '5.006' @@ -20,7 +20,7 @@ ExtUtils::MakeMaker: '0' perl: '5.006' dynamic_config: 1 -generated_by: 'Dist::Zilla version 5.039, CPAN::Meta::Converter version 2.150005' +generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -33,43 +33,43 @@ provides: MooseX::MethodAttributes: file: lib/MooseX/MethodAttributes.pm - version: '0.31' + version: '0.32' MooseX::MethodAttributes::Inheritable: file: lib/MooseX/MethodAttributes/Inheritable.pm - version: '0.31' + version: '0.32' MooseX::MethodAttributes::Role: file: lib/MooseX/MethodAttributes/Role.pm - version: '0.31' + version: '0.32' MooseX::MethodAttributes::Role::AttrContainer: file: lib/MooseX/MethodAttributes/Role/AttrContainer.pm - version: '0.31' + version: '0.32' MooseX::MethodAttributes::Role::AttrContainer::Inheritable: file: lib/MooseX/MethodAttributes/Role/AttrContainer/Inheritable.pm - version: '0.31' + version: '0.32' MooseX::MethodAttributes::Role::Meta::Class: file: lib/MooseX/MethodAttributes/Role/Meta/Class.pm - version: '0.31' + version: '0.32' MooseX::MethodAttributes::Role::Meta::Map: file: lib/MooseX/MethodAttributes/Role/Meta/Map.pm - version: '0.31' + version: '0.32' MooseX::MethodAttributes::Role::Meta::Method: file: lib/MooseX/MethodAttributes/Role/Meta/Method.pm - version: '0.31' + version: '0.32' MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped: file: lib/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm - version: '0.31' + version: '0.32' MooseX::MethodAttributes::Role::Meta::Method::Wrapped: file: lib/MooseX/MethodAttributes/Role/Meta/Method/Wrapped.pm - version: '0.31' + version: '0.32' MooseX::MethodAttributes::Role::Meta::Role: file: lib/MooseX/MethodAttributes/Role/Meta/Role.pm - version: '0.31' + version: '0.32' MooseX::MethodAttributes::Role::Meta::Role::Application: file: lib/MooseX/MethodAttributes/Role/Meta/Role/Application.pm - version: '0.31' + version: '0.32' MooseX::MethodAttributes::Role::Meta::Role::Application::Summation: file: lib/MooseX/MethodAttributes/Role/Meta/Role/Application/Summation.pm - version: '0.31' + version: '0.32' requires: Carp: '0' Moose: '0' @@ -77,7 +77,6 @@ Moose::Role: '0' Moose::Util: '0' Moose::Util::MetaRole: '0' - MooseX::Types::Moose: '0.21' namespace::autoclean: '0.08' perl: '5.006' resources: @@ -86,32 +85,19 @@ bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-MethodAttributes homepage: https://github.com/moose/MooseX-MethodAttributes repository: https://github.com/moose/MooseX-MethodAttributes.git -version: '0.31' +version: '0.32' x_Dist_Zilla: perl: - version: '5.023003' + version: '5.033001' plugins: - class: Dist::Zilla::Plugin::Prereqs config: Dist::Zilla::Plugin::Prereqs: phase: develop - type: requires - name: '@Author::ETHER/bundle_plugins' - version: '5.039' - - - class: Dist::Zilla::Plugin::RewriteVersion::Transitional - config: - Dist::Zilla::Plugin::RewriteVersion: - add_tarball_name: 0 - finders: - - ':ExecFiles' - - ':InstallModules' - global: 1 - skip_version_provider: 0 - Dist::Zilla::Plugin::RewriteVersion::Transitional: {} - name: '@Author::ETHER/RewriteVersion::Transitional' - version: '0.007' + type: recommends + name: '@Author::ETHER/pluginbundle version' + version: '6.015' - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -121,28 +107,14 @@ modules: - Dist::Zilla::PluginBundle::Author::ETHER phase: build + run_under_travis: 0 skip: [] name: '@Author::ETHER/stale modules, build' - version: '0.047' - - - class: Dist::Zilla::Plugin::PromptIfStale - config: - Dist::Zilla::Plugin::PromptIfStale: - check_all_plugins: 1 - check_all_prereqs: 1 - modules: [] - phase: release - skip: [] - name: '@Author::ETHER/stale modules, release' - version: '0.047' + version: '0.057' - class: Dist::Zilla::Plugin::FileFinder::ByName name: '@Author::ETHER/Examples' - version: '5.039' - - - class: Dist::Zilla::Plugin::FileFinder::ByName - name: '@Author::ETHER/ExtraTestFiles' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::Git::GatherDir config: @@ -150,7 +122,7 @@ exclude_filename: - CONTRIBUTING - INSTALL - - LICENSE + - LICENCE - README.pod exclude_match: [] follow_symlinks: 0 @@ -161,43 +133,51 @@ Dist::Zilla::Plugin::Git::GatherDir: include_untracked: 0 name: '@Author::ETHER/Git::GatherDir' - version: '2.036' + version: '2.046' - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::ETHER/MetaYAML' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::MetaJSON name: '@Author::ETHER/MetaJSON' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::Readme name: '@Author::ETHER/Readme' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::Manifest name: '@Author::ETHER/Manifest' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::License name: '@Author::ETHER/License' - version: '5.039' + version: '6.015' - - class: Dist::Zilla::Plugin::GenerateFile::ShareDir + class: Dist::Zilla::Plugin::GenerateFile::FromShareDir config: - Dist::Zilla::Plugin::GenerateFile::ShareDir: + Dist::Zilla::Plugin::GenerateFile::FromShareDir: destination_filename: CONTRIBUTING dist: Dist-Zilla-PluginBundle-Author-ETHER encoding: UTF-8 has_xs: 0 location: build source_filename: CONTRIBUTING + Dist::Zilla::Role::RepoFileInjector: + allow_overwrite: 1 + repo_root: . + version: '0.009' name: '@Author::ETHER/generate CONTRIBUTING' - version: '0.006' + version: '0.014' - class: Dist::Zilla::Plugin::InstallGuide + config: + Dist::Zilla::Role::ModuleMetadata: + Module::Metadata: '1.000037' + version: '0.006' name: '@Author::ETHER/InstallGuide' - version: '1.200006' + version: '1.200013' - class: Dist::Zilla::Plugin::Test::Compile config: @@ -214,8 +194,9 @@ - ':PerlExecFiles' - '@Author::ETHER/Examples' skips: [] + switch: [] name: '@Author::ETHER/Test::Compile' - version: '2.054' + version: '2.058' - class: Dist::Zilla::Plugin::Test::NoTabs config: @@ -226,7 +207,7 @@ - ':ExecFiles' - '@Author::ETHER/Examples' - ':TestFiles' - - '@Author::ETHER/ExtraTestFiles' + - ':ExtraTestFiles' name: '@Author::ETHER/Test::NoTabs' version: '0.15' - @@ -235,46 +216,82 @@ Dist::Zilla::Plugin::Test::EOL: filename: xt/author/eol.t finder: - - ':InstallModules' - ':ExecFiles' - - '@Author::ETHER/Examples' + - ':ExtraTestFiles' + - ':InstallModules' - ':TestFiles' - - '@Author::ETHER/ExtraTestFiles' - trailing_whitespace: '1' + - '@Author::ETHER/Examples' + trailing_whitespace: 1 name: '@Author::ETHER/Test::EOL' - version: '0.18' + version: '0.19' - class: Dist::Zilla::Plugin::MetaTests name: '@Author::ETHER/MetaTests' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::Test::CPAN::Changes + config: + Dist::Zilla::Plugin::Test::CPAN::Changes: + changelog: Changes name: '@Author::ETHER/Test::CPAN::Changes' - version: '0.009' + version: '0.012' + - + class: Dist::Zilla::Plugin::GenerateFile::FromShareDir + config: + Dist::Zilla::Plugin::GenerateFile::FromShareDir: + destination_filename: xt/author/changes_has_content.t + dist: Dist-Zilla-PluginBundle-Author-ETHER + encoding: UTF-8 + location: build + source_filename: changes_has_content.t + Dist::Zilla::Role::RepoFileInjector: + allow_overwrite: 1 + repo_root: . + version: '0.009' + name: '@Author::ETHER/generate xt/author/changes_has_content.t' + version: '0.014' - class: Dist::Zilla::Plugin::Test::ChangesHasContent name: '@Author::ETHER/Test::ChangesHasContent' - version: '0.008' + version: '0.011' - class: Dist::Zilla::Plugin::Test::MinimumVersion + config: + Dist::Zilla::Plugin::Test::MinimumVersion: + max_target_perl: '5.008003' name: '@Author::ETHER/Test::MinimumVersion' - version: '2.000006' + version: '2.000010' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::ETHER/PodSyntaxTests' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Author::ETHER/PodCoverageTests' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::Test::PodSpelling + config: + Dist::Zilla::Plugin::Test::PodSpelling: + directories: + - examples + - lib + - script + - t + - xt + spell_cmd: '' + stopwords: + - initialisation + - irc + - metamethod + - metarole + wordlist: Pod::Wordlist name: '@Author::ETHER/Test::PodSpelling' - version: '2.006009' + version: '2.007005' - class: Dist::Zilla::Plugin::Test::Pod::No404s name: '@Author::ETHER/Test::Pod::No404s' - version: '1.002' + version: '1.004' - class: Dist::Zilla::Plugin::Test::Kwalitee config: @@ -282,7 +299,7 @@ filename: xt/author/kwalitee.t skiptest: [] name: '@Author::ETHER/Test::Kwalitee' - version: '2.11' + version: '2.12' - class: Dist::Zilla::Plugin::MojibakeTests name: '@Author::ETHER/MojibakeTests' @@ -290,11 +307,14 @@ - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: '@Author::ETHER/Test::ReportPrereqs' - version: '0.021' + version: '0.028' - class: Dist::Zilla::Plugin::Test::Portability + config: + Dist::Zilla::Plugin::Test::Portability: + options: '' name: '@Author::ETHER/Test::Portability' - version: '2.000006' + version: '2.001000' - class: Dist::Zilla::Plugin::Test::CleanNamespaces config: @@ -306,7 +326,7 @@ - class: Dist::Zilla::Plugin::Git::Describe name: '@Author::ETHER/Git::Describe' - version: '0.006' + version: '0.007' - class: Dist::Zilla::Plugin::SurgicalPodWeaver config: @@ -319,80 +339,80 @@ plugins: - class: Pod::Weaver::Plugin::EnsurePod5 - name: '@CorePrep/EnsurePod5' - version: '4.012' + name: '@Author::ETHER/EnsurePod5' + version: '4.015' - class: Pod::Weaver::Plugin::H1Nester - name: '@CorePrep/H1Nester' - version: '4.012' + name: '@Author::ETHER/H1Nester' + version: '4.015' - class: Pod::Weaver::Plugin::SingleEncoding name: '@Author::ETHER/SingleEncoding' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Plugin::Transformer name: '@Author::ETHER/List' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Plugin::Transformer name: '@Author::ETHER/Verbatim' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/header' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Name name: '@Author::ETHER/Name' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Version name: '@Author::ETHER/Version' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/prelude' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Generic name: SYNOPSIS - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Generic name: DESCRIPTION - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Generic name: OVERVIEW - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Collect name: ATTRIBUTES - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Collect name: METHODS - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Collect name: FUNCTIONS - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Collect name: TYPES - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Leftovers name: '@Author::ETHER/Leftovers' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/postlude' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::GenerateSection name: '@Author::ETHER/generate SUPPORT' - version: '1.01' + version: '1.06' - class: Pod::Weaver::Section::AllowOverride name: '@Author::ETHER/allow override SUPPORT' @@ -400,7 +420,11 @@ - class: Pod::Weaver::Section::Authors name: '@Author::ETHER/Authors' - version: '4.012' + version: '4.015' + - + class: Pod::Weaver::Section::AllowOverride + name: '@Author::ETHER/allow override AUTHOR' + version: '0.05' - class: Pod::Weaver::Section::Contributors name: '@Author::ETHER/Contributors' @@ -408,39 +432,29 @@ - class: Pod::Weaver::Section::Legal name: '@Author::ETHER/Legal' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/footer' - version: '4.012' + version: '4.015' name: '@Author::ETHER/SurgicalPodWeaver' version: '0.0023' - class: Dist::Zilla::Plugin::GithubMeta name: '@Author::ETHER/GithubMeta' - version: '0.54' + version: '0.58' - class: Dist::Zilla::Plugin::AutoMetaResources name: '@Author::ETHER/AutoMetaResources' version: '1.21' - - class: Dist::Zilla::Plugin::AuthorityFromModule - config: - Dist::Zilla::Plugin::AuthorityFromModule: - module: MooseX::MethodAttributes - Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000029' - version: '0.003' - name: '@Author::ETHER/AuthorityFromModule' - version: '0.006' - - class: Dist::Zilla::Plugin::Authority name: '@Author::ETHER/Authority' version: '1.009' - class: Dist::Zilla::Plugin::MetaNoIndex name: '@Author::ETHER/MetaNoIndex' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::MetaProvides::Package config: @@ -451,43 +465,44 @@ - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.039' + version: '6.015' + include_underscores: 0 Dist::Zilla::Role::MetaProvider::Provider: + $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004' inherit_missing: '0' inherit_version: '0' meta_noindex: '1' + Dist::Zilla::Role::ModuleMetadata: + Module::Metadata: '1.000037' + version: '0.006' name: '@Author::ETHER/MetaProvides::Package' - version: '2.003001' + version: '2.004003' - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::ETHER/MetaConfig' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::Keywords config: Dist::Zilla::Plugin::Keywords: keywords: [] name: '@Author::ETHER/Keywords' - version: '0.006' + version: '0.007' - - class: Dist::Zilla::Plugin::Git::Contributors + class: Dist::Zilla::Plugin::UseUnsafeInc config: - Dist::Zilla::Plugin::Git::Contributors: - include_authors: 0 - include_releaser: 1 - order_by: commits - paths: - - . - name: '@Author::ETHER/Git::Contributors' - version: '0.014' + Dist::Zilla::Plugin::UseUnsafeInc: + dot_in_INC: 0 + name: '@Author::ETHER/UseUnsafeInc' + version: '0.001' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Author::ETHER/AutoPrereqs' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::Prereqs::AuthorDeps name: '@Author::ETHER/Prereqs::AuthorDeps' - version: '0.005' + version: '0.007' - class: Dist::Zilla::Plugin::MinimumPerl name: '@Author::ETHER/MinimumPerl' @@ -496,25 +511,28 @@ class: Dist::Zilla::Plugin::Prereqs config: Dist::Zilla::Plugin::Prereqs: - phase: develop - type: recommends - name: '@Author::ETHER/pluginbundle_version' - version: '5.039' - - - class: Dist::Zilla::Plugin::Prereqs - config: - Dist::Zilla::Plugin::Prereqs: - phase: develop + phase: x_Dist_Zilla type: requires name: '@Author::ETHER/pod_weaving' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 9 name: '@Author::ETHER/MakeMaker' - version: '5.039' + version: '6.015' + - + class: Dist::Zilla::Plugin::Git::Contributors + config: + Dist::Zilla::Plugin::Git::Contributors: + git_version: 2.28.0 + include_authors: 0 + include_releaser: 1 + order_by: commits + paths: [] + name: '@Author::ETHER/Git::Contributors' + version: '0.035' - class: Dist::Zilla::Plugin::StaticInstall config: @@ -522,14 +540,14 @@ dry_run: 0 mode: auto name: '@Author::ETHER/StaticInstall' - version: '0.008' + version: '0.012' - class: Dist::Zilla::Plugin::RunExtraTests config: Dist::Zilla::Role::TestRunner: default_jobs: 9 name: '@Author::ETHER/RunExtraTests' - version: '0.028' + version: '0.029' - class: Dist::Zilla::Plugin::CheckSelfDependency config: @@ -537,8 +555,8 @@ finder: - ':InstallModules' Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000029' - version: '0.003' + Module::Metadata: '1.000037' + version: '0.006' name: '@Author::ETHER/CheckSelfDependency' version: '0.011' - @@ -549,23 +567,48 @@ quiet: 1 run: - "bash -c \"test -e .ackrc && grep -q -- '--ignore-dir=.latest' .ackrc || echo '--ignore-dir=.latest' >> .ackrc; if [[ `dirname '%d'` != .build ]]; then test -e .ackrc && grep -q -- '--ignore-dir=%d' .ackrc || echo '--ignore-dir=%d' >> .ackrc; fi\"" + version: '0.048' name: '@Author::ETHER/.ackrc' - version: '0.042' + version: '0.048' - class: Dist::Zilla::Plugin::Run::AfterBuild config: Dist::Zilla::Plugin::Run::Role::Runner: eval: - "if ('%d' =~ /^%n-[.[:xdigit:]]+$/) { unlink '.latest'; symlink '%d', '.latest'; }" - fatal_errors: 1 + fatal_errors: 0 quiet: 1 + version: '0.048' name: '@Author::ETHER/.latest' - version: '0.042' + version: '0.048' - class: Dist::Zilla::Plugin::CheckStrictVersion name: '@Author::ETHER/CheckStrictVersion' version: '0.001' - + class: Dist::Zilla::Plugin::CheckMetaResources + name: '@Author::ETHER/CheckMetaResources' + version: '0.001' + - + class: Dist::Zilla::Plugin::EnsureLatestPerl + config: + Dist::Zilla::Plugin::EnsureLatestPerl: + Module::CoreList: '5.20200820' + name: '@Author::ETHER/EnsureLatestPerl' + version: '0.008' + - + class: Dist::Zilla::Plugin::PromptIfStale + config: + Dist::Zilla::Plugin::PromptIfStale: + check_all_plugins: 1 + check_all_prereqs: 1 + modules: [] + phase: release + run_under_travis: 0 + skip: [] + name: '@Author::ETHER/stale modules, release' + version: '0.057' + - class: Dist::Zilla::Plugin::Git::Check config: Dist::Zilla::Plugin::Git::Check: @@ -575,35 +618,38 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: + git_version: 2.28.0 repo_root: . name: '@Author::ETHER/initial check' - version: '2.036' + version: '2.046' - class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts config: Dist::Zilla::Role::Git::Repo: + git_version: 2.28.0 repo_root: . name: '@Author::ETHER/Git::CheckFor::MergeConflicts' - version: '0.013' + version: '0.014' - class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch config: Dist::Zilla::Role::Git::Repo: + git_version: 2.28.0 repo_root: . name: '@Author::ETHER/Git::CheckFor::CorrectBranch' - version: '0.013' + version: '0.014' - class: Dist::Zilla::Plugin::Git::Remote::Check name: '@Author::ETHER/Git::Remote::Check' - version: 0.2.0 + version: 0.1.2 - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@Author::ETHER/CheckPrereqsIndexed' - version: '0.016' + version: '0.020' - class: Dist::Zilla::Plugin::TestRelease name: '@Author::ETHER/TestRelease' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::Git::Check config: @@ -614,48 +660,72 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: + git_version: 2.28.0 repo_root: . name: '@Author::ETHER/after tests' - version: '2.036' + version: '2.046' - class: Dist::Zilla::Plugin::CheckIssues name: '@Author::ETHER/CheckIssues' - version: '0.008' + version: '0.011' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Author::ETHER/UploadToCPAN' - version: '5.039' - - - class: Dist::Zilla::Plugin::Run::AfterRelease - config: - Dist::Zilla::Plugin::Run::Role::Runner: - eval: - - "unlink 'LICENSE'" - fatal_errors: 1 - quiet: 1 - name: '@Author::ETHER/remove old LICENSE' - version: '0.042' + version: '6.015' - class: Dist::Zilla::Plugin::CopyFilesFromRelease config: Dist::Zilla::Plugin::CopyFilesFromRelease: filename: - CONTRIBUTING - - Changes - INSTALL - LICENCE - LICENSE - ppport.h match: [] - name: '@Author::ETHER/CopyFilesFromRelease' - version: '0.006' + name: '@Author::ETHER/copy generated files' + version: '0.007' - class: Dist::Zilla::Plugin::ReadmeAnyFromPod config: Dist::Zilla::Role::FileWatcher: version: '0.006' name: '@Author::ETHER/ReadmeAnyFromPod' - version: '0.150250' + version: '0.163250' + - + class: Dist::Zilla::Plugin::Prereqs + config: + Dist::Zilla::Plugin::Prereqs: + phase: develop + type: recommends + name: '@Author::ETHER/@Git::VersionManager/pluginbundle version' + version: '6.015' + - + class: Dist::Zilla::Plugin::RewriteVersion::Transitional + config: + Dist::Zilla::Plugin::RewriteVersion: + add_tarball_name: 0 + finders: + - ':ExecFiles' + - ':InstallModules' + global: 1 + skip_version_provider: 0 + Dist::Zilla::Plugin::RewriteVersion::Transitional: {} + name: '@Author::ETHER/@Git::VersionManager/RewriteVersion::Transitional' + version: '0.009' + - + class: Dist::Zilla::Plugin::MetaProvides::Update + name: '@Author::ETHER/@Git::VersionManager/MetaProvides::Update' + version: '0.007' + - + class: Dist::Zilla::Plugin::CopyFilesFromRelease + config: + Dist::Zilla::Plugin::CopyFilesFromRelease: + filename: + - Changes + match: [] + name: '@Author::ETHER/@Git::VersionManager/CopyFilesFromRelease' + version: '0.007' - class: Dist::Zilla::Plugin::Git::Commit config: @@ -668,16 +738,17 @@ - CONTRIBUTING - Changes - INSTALL - - LICENSE + - LICENCE - README.pod allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: + git_version: 2.28.0 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local - name: '@Author::ETHER/release snapshot' - version: '2.036' + name: '@Author::ETHER/@Git::VersionManager/release snapshot' + version: '2.046' - class: Dist::Zilla::Plugin::Git::Tag config: @@ -685,22 +756,16 @@ branch: ~ changelog: Changes signed: 0 - tag: v0.31 - tag_format: v%v + tag: v0.32 + tag_format: v%V tag_message: v%v%t Dist::Zilla::Role::Git::Repo: + git_version: 2.28.0 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local - name: '@Author::ETHER/Git::Tag' - version: '2.036' - - - class: Dist::Zilla::Plugin::GitHub::Update - config: - Dist::Zilla::Plugin::GitHub::Update: - metacpan: 1 - name: '@Author::ETHER/GitHub::Update' - version: '0.41' + name: '@Author::ETHER/@Git::VersionManager/Git::Tag' + version: '2.046' - class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional config: @@ -711,12 +776,12 @@ global: 1 munge_makefile_pl: 1 Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional: {} - name: '@Author::ETHER/BumpVersionAfterRelease::Transitional' - version: '0.007' + name: '@Author::ETHER/@Git::VersionManager/BumpVersionAfterRelease::Transitional' + version: '0.009' - class: Dist::Zilla::Plugin::NextRelease - name: '@Author::ETHER/NextRelease' - version: '5.039' + name: '@Author::ETHER/@Git::VersionManager/NextRelease' + version: '6.015' - class: Dist::Zilla::Plugin::Git::Commit config: @@ -725,16 +790,27 @@ commit_msg: 'increment $VERSION after %v release' Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: + - Build.PL - Changes + - Makefile.PL allow_dirty_match: - (?^:^lib/.*\.pm$) changelog: Changes Dist::Zilla::Role::Git::Repo: + git_version: 2.28.0 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local - name: '@Author::ETHER/post-release commit' - version: '2.036' + name: '@Author::ETHER/@Git::VersionManager/post-release commit' + version: '2.046' + - + class: Dist::Zilla::Plugin::Prereqs + config: + Dist::Zilla::Plugin::Prereqs: + phase: x_Dist_Zilla + type: requires + name: '@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager' + version: '6.015' - class: Dist::Zilla::Plugin::Git::Push config: @@ -743,9 +819,17 @@ - origin remotes_must_exist: 1 Dist::Zilla::Role::Git::Repo: + git_version: 2.28.0 repo_root: . name: '@Author::ETHER/Git::Push' - version: '2.036' + version: '2.046' + - + class: Dist::Zilla::Plugin::GitHub::Update + config: + Dist::Zilla::Plugin::GitHub::Update: + metacpan: 1 + name: '@Author::ETHER/GitHub::Update' + version: '0.47' - class: Dist::Zilla::Plugin::Run::AfterRelease config: @@ -754,8 +838,9 @@ quiet: 0 run: - REDACTED + version: '0.048' name: '@Author::ETHER/install release' - version: '0.042' + version: '0.048' - class: Dist::Zilla::Plugin::Run::AfterRelease config: @@ -764,16 +849,29 @@ - 'print "release complete!\xa"' fatal_errors: 1 quiet: 1 + version: '0.048' name: '@Author::ETHER/release complete' - version: '0.042' + version: '0.048' - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Author::ETHER/ConfirmRelease' - version: '5.039' + version: '6.015' + - + class: Dist::Zilla::Plugin::Prereqs + config: + Dist::Zilla::Plugin::Prereqs: + phase: x_Dist_Zilla + type: requires + name: '@Author::ETHER/prereqs for @Author::ETHER' + version: '6.015' - class: Dist::Zilla::Plugin::DynamicPrereqs + config: + Dist::Zilla::Role::ModuleMetadata: + Module::Metadata: '1.000037' + version: '0.006' name: DynamicPrereqs - version: '0.016' + version: '0.038' - class: Dist::Zilla::Plugin::Prereqs config: @@ -781,7 +879,7 @@ phase: runtime type: requires name: Prereqs - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::Prereqs config: @@ -789,77 +887,83 @@ phase: develop type: requires name: DevelopRequires - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::MetaResources name: MetaResources - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::Test::CheckBreaks config: Dist::Zilla::Plugin::Test::CheckBreaks: - conflicts_module: Moose::Conflicts + conflicts_module: + - Module::Runtime::Conflicts + - Moose::Conflicts + no_forced_deps: 0 Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000029' - version: '0.003' + Module::Metadata: '1.000037' + version: '0.006' name: Test::CheckBreaks - version: '0.012' + version: '0.019' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '5.039' + version: '6.015' - class: Dist::Zilla::Plugin::VerifyPhases name: '@Author::ETHER/PHASE VERIFICATION' - version: '0.013' + version: '0.016' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '5.039' + version: '6.015' x_authority: cpan:FLORA -x_authority_from_module: MooseX::MethodAttributes x_contributors: - 'Karen Etheridge ' - 'Dave Rolsky ' - 'Marcus Ramberg ' + - 'Graham Knop ' - 'Peter E Karman ' - 'David Steinbrunner ' -x_permissions_from_module: MooseX::MethodAttributes +x_generated_by_perl: v5.33.1 +x_serialization_backend: 'YAML::Tiny version 1.73' +x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' x_static_install: 0 +x_use_unsafe_inc: 0 diff -Nru libmoosex-methodattributes-perl-0.31/README libmoosex-methodattributes-perl-0.32/README --- libmoosex-methodattributes-perl-0.31/README 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/README 2020-08-30 01:32:15.000000000 +0000 @@ -1,7 +1,5 @@ - - This archive contains the distribution MooseX-MethodAttributes, -version 0.31: +version 0.32: Code attribute introspection @@ -11,5 +9,4 @@ the same terms as the Perl 5 programming language system itself. -This README file was generated by Dist::Zilla::Plugin::Readme v5.039. - +This README file was generated by Dist::Zilla::Plugin::Readme v6.015. diff -Nru libmoosex-methodattributes-perl-0.31/t/00-report-prereqs.dd libmoosex-methodattributes-perl-0.32/t/00-report-prereqs.dd --- libmoosex-methodattributes-perl-0.31/t/00-report-prereqs.dd 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/t/00-report-prereqs.dd 2020-08-30 01:32:15.000000000 +0000 @@ -7,100 +7,31 @@ }, 'develop' => { 'recommends' => { - 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.104' + 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.158', + 'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007' }, 'requires' => { - 'Dist::Zilla' => '5', - 'Dist::Zilla::Plugin::Authority' => '1.009', - 'Dist::Zilla::Plugin::AuthorityFromModule' => '0.002', - 'Dist::Zilla::Plugin::AutoMetaResources' => '0', - 'Dist::Zilla::Plugin::AutoPrereqs' => '5.038', - 'Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional' => '0.004', - 'Dist::Zilla::Plugin::CheckIssues' => '0', - 'Dist::Zilla::Plugin::CheckPrereqsIndexed' => '0', - 'Dist::Zilla::Plugin::CheckSelfDependency' => '0', - 'Dist::Zilla::Plugin::CheckStrictVersion' => '0', - 'Dist::Zilla::Plugin::ConfirmRelease' => '0', - 'Dist::Zilla::Plugin::CopyFilesFromRelease' => '0', - 'Dist::Zilla::Plugin::DynamicPrereqs' => '0.016', - 'Dist::Zilla::Plugin::FileFinder::ByName' => '0', - 'Dist::Zilla::Plugin::GenerateFile::ShareDir' => '0', - 'Dist::Zilla::Plugin::Git::Check' => '0', - 'Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch' => '0.004', - 'Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts' => '0', - 'Dist::Zilla::Plugin::Git::Commit' => '2.020', - 'Dist::Zilla::Plugin::Git::Contributors' => '0.004', - 'Dist::Zilla::Plugin::Git::Describe' => '0.004', - 'Dist::Zilla::Plugin::Git::GatherDir' => '2.016', - 'Dist::Zilla::Plugin::Git::Push' => '0', - 'Dist::Zilla::Plugin::Git::Remote::Check' => '0', - 'Dist::Zilla::Plugin::Git::Tag' => '0', - 'Dist::Zilla::Plugin::GitHub::Update' => '0.40', - 'Dist::Zilla::Plugin::GithubMeta' => '0.54', - 'Dist::Zilla::Plugin::InstallGuide' => '0', - 'Dist::Zilla::Plugin::Keywords' => '0.004', - 'Dist::Zilla::Plugin::License' => '5.038', - 'Dist::Zilla::Plugin::MakeMaker' => '0', - 'Dist::Zilla::Plugin::Manifest' => '0', - 'Dist::Zilla::Plugin::MetaConfig' => '0', - 'Dist::Zilla::Plugin::MetaJSON' => '0', - 'Dist::Zilla::Plugin::MetaNoIndex' => '0', - 'Dist::Zilla::Plugin::MetaProvides::Package' => '1.15000002', - 'Dist::Zilla::Plugin::MetaResources' => '0', - 'Dist::Zilla::Plugin::MetaTests' => '0', - 'Dist::Zilla::Plugin::MetaYAML' => '0', - 'Dist::Zilla::Plugin::MinimumPerl' => '1.006', - 'Dist::Zilla::Plugin::MojibakeTests' => '0.8', - 'Dist::Zilla::Plugin::NextRelease' => '5.033', - 'Dist::Zilla::Plugin::PodCoverageTests' => '0', - 'Dist::Zilla::Plugin::PodSyntaxTests' => '0', - 'Dist::Zilla::Plugin::Prereqs' => '0', - 'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0', - 'Dist::Zilla::Plugin::PromptIfStale' => '0', - 'Dist::Zilla::Plugin::Readme' => '0', - 'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0.142180', - 'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.004', - 'Dist::Zilla::Plugin::Run::AfterBuild' => '0.038', - 'Dist::Zilla::Plugin::Run::AfterRelease' => '0.038', - 'Dist::Zilla::Plugin::RunExtraTests' => '0.024', - 'Dist::Zilla::Plugin::StaticInstall' => '0.005', - 'Dist::Zilla::Plugin::SurgicalPodWeaver' => '0', - 'Dist::Zilla::Plugin::Test::CPAN::Changes' => '0.008', - 'Dist::Zilla::Plugin::Test::ChangesHasContent' => '0', - 'Dist::Zilla::Plugin::Test::CheckBreaks' => '0', - 'Dist::Zilla::Plugin::Test::CleanNamespaces' => '0.006', - 'Dist::Zilla::Plugin::Test::Compile' => '2.039', - 'Dist::Zilla::Plugin::Test::EOL' => '0.17', - 'Dist::Zilla::Plugin::Test::Kwalitee' => '2.06', - 'Dist::Zilla::Plugin::Test::MinimumVersion' => '2.000003', - 'Dist::Zilla::Plugin::Test::NoTabs' => '0.08', - 'Dist::Zilla::Plugin::Test::Pod::No404s' => '1.002', - 'Dist::Zilla::Plugin::Test::PodSpelling' => '2.006001', - 'Dist::Zilla::Plugin::Test::Portability' => '0', - 'Dist::Zilla::Plugin::Test::ReportPrereqs' => '0.019', - 'Dist::Zilla::Plugin::TestRelease' => '0', - 'Dist::Zilla::Plugin::UploadToCPAN' => '0', - 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.094', + 'Encode' => '0', 'File::Spec' => '0', 'IO::Handle' => '0', 'IPC::Open3' => '0', 'MooseX::Role::Parameterized' => '0', 'Pod::Coverage::TrustPod' => '0', 'Pod::Wordlist' => '0', - 'Software::License::Perl_5' => '0', 'Test::CPAN::Changes' => '0.19', 'Test::CPAN::Meta' => '0', 'Test::CleanNamespaces' => '0.15', 'Test::EOL' => '0', 'Test::Kwalitee' => '1.21', + 'Test::MinimumVersion' => '0', 'Test::Mojibake' => '0', 'Test::More' => '0.96', 'Test::NoTabs' => '0', 'Test::Pod' => '1.41', 'Test::Pod::Coverage' => '1.08', 'Test::Pod::No404s' => '0', + 'Test::Portability::Files' => '0', 'Test::Spelling' => '0.12', - 'blib' => '1.01', 'perl' => '5.006', 'strict' => '0', 'warnings' => '0' @@ -114,7 +45,6 @@ 'Moose::Role' => '0', 'Moose::Util' => '0', 'Moose::Util::MetaRole' => '0', - 'MooseX::Types::Moose' => '0.21', 'namespace::autoclean' => '0.08', 'perl' => '5.006' } @@ -130,14 +60,93 @@ 'MooseX::Role::Parameterized' => '0', 'Test::Fatal' => '0', 'Test::More' => '0.88', - 'Test::Requires' => '0', + 'Test::Needs' => '0', 'base' => '0', 'lib' => '0', 'perl' => '5.006', 'strict' => '0', 'warnings' => '0' } - } + }, + 'x_Dist_Zilla' => { + 'requires' => { + 'Dist::Zilla' => '5', + 'Dist::Zilla::Plugin::Authority' => '1.009', + 'Dist::Zilla::Plugin::AutoMetaResources' => '0', + 'Dist::Zilla::Plugin::AutoPrereqs' => '5.038', + 'Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional' => '0.004', + 'Dist::Zilla::Plugin::CheckIssues' => '0', + 'Dist::Zilla::Plugin::CheckMetaResources' => '0', + 'Dist::Zilla::Plugin::CheckPrereqsIndexed' => '0.019', + 'Dist::Zilla::Plugin::CheckSelfDependency' => '0', + 'Dist::Zilla::Plugin::CheckStrictVersion' => '0', + 'Dist::Zilla::Plugin::ConfirmRelease' => '0', + 'Dist::Zilla::Plugin::CopyFilesFromRelease' => '0', + 'Dist::Zilla::Plugin::DynamicPrereqs' => '0.018', + 'Dist::Zilla::Plugin::EnsureLatestPerl' => '0', + 'Dist::Zilla::Plugin::FileFinder::ByName' => '0', + 'Dist::Zilla::Plugin::GenerateFile::FromShareDir' => '0', + 'Dist::Zilla::Plugin::Git::Check' => '0', + 'Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch' => '0.004', + 'Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts' => '0', + 'Dist::Zilla::Plugin::Git::Commit' => '2.020', + 'Dist::Zilla::Plugin::Git::Contributors' => '0.029', + 'Dist::Zilla::Plugin::Git::Describe' => '0.004', + 'Dist::Zilla::Plugin::Git::GatherDir' => '2.016', + 'Dist::Zilla::Plugin::Git::Push' => '0', + 'Dist::Zilla::Plugin::Git::Remote::Check' => '0', + 'Dist::Zilla::Plugin::Git::Tag' => '0', + 'Dist::Zilla::Plugin::GitHub::Update' => '0.40', + 'Dist::Zilla::Plugin::GithubMeta' => '0.54', + 'Dist::Zilla::Plugin::InstallGuide' => '1.200005', + 'Dist::Zilla::Plugin::Keywords' => '0.004', + 'Dist::Zilla::Plugin::License' => '5.038', + 'Dist::Zilla::Plugin::MakeMaker' => '0', + 'Dist::Zilla::Plugin::Manifest' => '0', + 'Dist::Zilla::Plugin::MetaConfig' => '0', + 'Dist::Zilla::Plugin::MetaJSON' => '0', + 'Dist::Zilla::Plugin::MetaNoIndex' => '0', + 'Dist::Zilla::Plugin::MetaProvides::Package' => '1.15000002', + 'Dist::Zilla::Plugin::MetaResources' => '0', + 'Dist::Zilla::Plugin::MetaTests' => '0', + 'Dist::Zilla::Plugin::MetaYAML' => '0', + 'Dist::Zilla::Plugin::MinimumPerl' => '1.006', + 'Dist::Zilla::Plugin::MojibakeTests' => '0.8', + 'Dist::Zilla::Plugin::NextRelease' => '5.033', + 'Dist::Zilla::Plugin::PodCoverageTests' => '5.040', + 'Dist::Zilla::Plugin::PodSyntaxTests' => '5.040', + 'Dist::Zilla::Plugin::Prereqs' => '0', + 'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0.006', + 'Dist::Zilla::Plugin::PromptIfStale' => '0', + 'Dist::Zilla::Plugin::Readme' => '0', + 'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0.142180', + 'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.006', + 'Dist::Zilla::Plugin::Run::AfterBuild' => '0.041', + 'Dist::Zilla::Plugin::Run::AfterRelease' => '0.038', + 'Dist::Zilla::Plugin::RunExtraTests' => '0.024', + 'Dist::Zilla::Plugin::StaticInstall' => '0.005', + 'Dist::Zilla::Plugin::SurgicalPodWeaver' => '0', + 'Dist::Zilla::Plugin::Test::CPAN::Changes' => '0.012', + 'Dist::Zilla::Plugin::Test::ChangesHasContent' => '0', + 'Dist::Zilla::Plugin::Test::CheckBreaks' => '0.017', + 'Dist::Zilla::Plugin::Test::CleanNamespaces' => '0.006', + 'Dist::Zilla::Plugin::Test::Compile' => '2.039', + 'Dist::Zilla::Plugin::Test::EOL' => '0.17', + 'Dist::Zilla::Plugin::Test::Kwalitee' => '2.10', + 'Dist::Zilla::Plugin::Test::MinimumVersion' => '2.000010', + 'Dist::Zilla::Plugin::Test::NoTabs' => '0.08', + 'Dist::Zilla::Plugin::Test::Pod::No404s' => '1.003', + 'Dist::Zilla::Plugin::Test::PodSpelling' => '2.006003', + 'Dist::Zilla::Plugin::Test::Portability' => '2.000007', + 'Dist::Zilla::Plugin::Test::ReportPrereqs' => '0.022', + 'Dist::Zilla::Plugin::TestRelease' => '0', + 'Dist::Zilla::Plugin::UploadToCPAN' => '0', + 'Dist::Zilla::Plugin::UseUnsafeInc' => '0', + 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.119', + 'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007', + 'Software::License::Perl_5' => '0' + } + } }; $x; } \ No newline at end of file diff -Nru libmoosex-methodattributes-perl-0.31/t/00-report-prereqs.t libmoosex-methodattributes-perl-0.32/t/00-report-prereqs.t --- libmoosex-methodattributes-perl-0.31/t/00-report-prereqs.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/t/00-report-prereqs.t 2020-08-30 01:32:15.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use warnings; -# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.021 +# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028 use Test::More tests => 1; @@ -60,7 +60,14 @@ } my @include = qw( + Encode + File::Temp + JSON::PP + Module::Runtime Pod::Coverage + Sub::Name + YAML + autodie Catalyst::Runtime ); @@ -69,7 +76,7 @@ ); # Add static prereqs to the included modules list -my $static_prereqs = do 't/00-report-prereqs.dd'; +my $static_prereqs = do './t/00-report-prereqs.dd'; # Merge all prereqs (either with ::Prereqs or a hashref) my $full_prereqs = _merge_prereqs( @@ -79,12 +86,14 @@ # Add dynamic prereqs to the included modules list (if we can) my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml'; -if ( $source && $HAS_CPAN_META ) { - if ( my $meta = eval { CPAN::Meta->load_file($source) } ) { - $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs); - } +my $cpan_meta_error; +if ( $source && $HAS_CPAN_META + && (my $meta = eval { CPAN::Meta->load_file($source) } ) +) { + $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs); } else { + $cpan_meta_error = $@; # capture error from CPAN::Meta->load_file($source) $source = 'static metadata'; } @@ -170,15 +179,23 @@ diag "\nVersions for all modules listed in $source (including optional ones):\n\n", @full_reports; } +if ( $cpan_meta_error || @dep_errors ) { + diag "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***\n"; +} + +if ( $cpan_meta_error ) { + my ($orig_source) = grep { -f } 'MYMETA.json', 'MYMETA.yml'; + diag "\nCPAN::Meta->load_file('$orig_source') failed with: $cpan_meta_error\n"; +} + if ( @dep_errors ) { diag join("\n", - "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***\n", - "The following REQUIRED prerequisites were not satisfied:\n", + "\nThe following REQUIRED prerequisites were not satisfied:\n", @dep_errors, "\n" ); } -pass; +pass('Reported prereqs'); # vim: ts=4 sts=4 sw=4 et: diff -Nru libmoosex-methodattributes-perl-0.31/t/late_reinitialize.t libmoosex-methodattributes-perl-0.32/t/late_reinitialize.t --- libmoosex-methodattributes-perl-0.31/t/late_reinitialize.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/t/late_reinitialize.t 2020-08-30 01:32:15.000000000 +0000 @@ -1,6 +1,6 @@ use strict; use warnings; -use Test::More; +use Test::More 0.88; { package Foo; @@ -18,8 +18,7 @@ # bisect and a version bump to work out when it started working! TODO: { package Bar; - use Test::More; - BEGIN { $TODO = "Known broken" } + BEGIN { $::TODO = "Known broken" } use Moose; BEGIN { ::ok(!Bar->meta->has_method('role_method')) } BEGIN { ::ok(!Bar->can('role_method')) } diff -Nru libmoosex-methodattributes-perl-0.31/t/param_role.t libmoosex-methodattributes-perl-0.32/t/param_role.t --- libmoosex-methodattributes-perl-0.31/t/param_role.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/t/param_role.t 2020-08-30 01:32:15.000000000 +0000 @@ -1,8 +1,8 @@ use strict; use warnings; -use Test::More; -use Test::Requires 'MooseX::Role::Parameterized'; +use Test::More 0.88; +use Test::Needs 'MooseX::Role::Parameterized'; package Foo; use MooseX::Role::Parameterized -traits => 'MooseX::MethodAttributes::Role::Meta::Role'; diff -Nru libmoosex-methodattributes-perl-0.31/t/role_comp.t libmoosex-methodattributes-perl-0.32/t/role_comp.t --- libmoosex-methodattributes-perl-0.31/t/role_comp.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/t/role_comp.t 2020-08-30 01:32:15.000000000 +0000 @@ -1,6 +1,6 @@ use strict; use warnings; -use Test::More; +use Test::More 0.88; use Test::Fatal; use Moose::Util qw/apply_all_roles/; diff -Nru libmoosex-methodattributes-perl-0.31/t/zzz-check-breaks.t libmoosex-methodattributes-perl-0.32/t/zzz-check-breaks.t --- libmoosex-methodattributes-perl-0.31/t/zzz-check-breaks.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/t/zzz-check-breaks.t 2020-08-30 01:32:15.000000000 +0000 @@ -1,12 +1,20 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::CheckBreaks 0.012 +# this test was generated with Dist::Zilla::Plugin::Test::CheckBreaks 0.019 -use Test::More 0.88; +use Test::More tests => 3; SKIP: { - eval 'require Moose::Conflicts; Moose::Conflicts->check_conflicts'; + eval { +require Module::Runtime::Conflicts; Module::Runtime::Conflicts->check_conflicts }; + skip('no Module::Runtime::Conflicts module found', 1) if not $INC{'Module/Runtime/Conflicts.pm'}; + + diag $@ if $@; + pass 'conflicts checked via Module::Runtime::Conflicts'; +} + +SKIP: { + eval { +require Moose::Conflicts; Moose::Conflicts->check_conflicts }; skip('no Moose::Conflicts module found', 1) if not $INC{'Moose/Conflicts.pm'}; diag $@ if $@; @@ -14,5 +22,3 @@ } pass 'no x_breaks data to check'; - -done_testing; diff -Nru libmoosex-methodattributes-perl-0.31/xt/author/00-compile.t libmoosex-methodattributes-perl-0.32/xt/author/00-compile.t --- libmoosex-methodattributes-perl-0.31/xt/author/00-compile.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/author/00-compile.t 2020-08-30 01:32:15.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054 +# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.058 use Test::More 0.94; @@ -28,7 +28,9 @@ # no fake home requested -my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib'; +my @switches = ( + -d 'blib' ? '-Mblib' : '-Ilib', +); use File::Spec; use IPC::Open3; @@ -42,14 +44,18 @@ # see L my $stderr = IO::Handle->new; - my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', "require q[$lib]"); + diag('Running: ', join(', ', map { my $str = $_; $str =~ s/'/\\'/g; q{'} . $str . q{'} } + $^X, @switches, '-e', "require q[$lib]")) + if $ENV{PERL_COMPILE_TEST_DEBUG}; + + my $pid = open3($stdin, '>&STDERR', $stderr, $^X, @switches, '-e', "require q[$lib]"); binmode $stderr, ':crlf' if $^O eq 'MSWin32'; my @_warnings = <$stderr>; waitpid($pid, 0); is($?, 0, "$lib loaded ok"); shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/ - and not eval { require blib; blib->VERSION('1.01') }; + and not eval { +require blib; blib->VERSION('1.01') }; if (@_warnings) { diff -Nru libmoosex-methodattributes-perl-0.31/xt/author/changes_has_content.t libmoosex-methodattributes-perl-0.32/xt/author/changes_has_content.t --- libmoosex-methodattributes-perl-0.31/xt/author/changes_has_content.t 1970-01-01 00:00:00.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/author/changes_has_content.t 2020-08-30 01:32:15.000000000 +0000 @@ -0,0 +1,15 @@ +use strict; +use warnings; + +use Test::More; +plan skip_all => 'xt/release/changes_has_content.t is missing' if not -e 'xt/release/changes_has_content.t'; + +# skip for master branch, only for travis +if (($ENV{TRAVIS_PULL_REQUEST} || '') eq 'false') { + chomp(my $branch_name = ($ENV{TRAVIS_BRANCH} || `git rev-parse --abbrev-ref HEAD`)); + $TODO = 'Changes need not have content for this release yet if this is only the '.$1.' branch' + if ($branch_name || '') =~ /^(master|devel)$/; +} + +do './xt/release/changes_has_content.t'; +die $@ if $@; diff -Nru libmoosex-methodattributes-perl-0.31/xt/author/eol.t libmoosex-methodattributes-perl-0.32/xt/author/eol.t --- libmoosex-methodattributes-perl-0.31/xt/author/eol.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/author/eol.t 2020-08-30 01:32:15.000000000 +0000 @@ -1,7 +1,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.18 +# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.19 use Test::More 0.88; use Test::EOL; @@ -57,20 +57,21 @@ 't/role_with_anon_class.t', 't/zzz-check-breaks.t', 'xt/author/00-compile.t', + 'xt/author/changes_has_content.t', 'xt/author/clean-namespaces.t', 'xt/author/eol.t', 'xt/author/kwalitee.t', + 'xt/author/minimum-version.t', 'xt/author/mojibake.t', 'xt/author/no-tabs.t', + 'xt/author/pod-coverage.t', + 'xt/author/pod-no404s.t', 'xt/author/pod-spell.t', + 'xt/author/pod-syntax.t', + 'xt/author/portability.t', 'xt/release/changes_has_content.t', 'xt/release/cpan-changes.t', - 'xt/release/distmeta.t', - 'xt/release/minimum-version.t', - 'xt/release/pod-coverage.t', - 'xt/release/pod-no404s.t', - 'xt/release/pod-syntax.t', - 'xt/release/portability.t' + 'xt/release/distmeta.t' ); eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files; diff -Nru libmoosex-methodattributes-perl-0.31/xt/author/kwalitee.t libmoosex-methodattributes-perl-0.32/xt/author/kwalitee.t --- libmoosex-methodattributes-perl-0.31/xt/author/kwalitee.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/author/kwalitee.t 2020-08-30 01:32:15.000000000 +0000 @@ -1,4 +1,4 @@ -# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.11 +# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.12 use strict; use warnings; use Test::More 0.88; diff -Nru libmoosex-methodattributes-perl-0.31/xt/author/minimum-version.t libmoosex-methodattributes-perl-0.32/xt/author/minimum-version.t --- libmoosex-methodattributes-perl-0.31/xt/author/minimum-version.t 1970-01-01 00:00:00.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/author/minimum-version.t 2020-08-30 01:32:15.000000000 +0000 @@ -0,0 +1,6 @@ +use strict; +use warnings; + +use Test::More; +use Test::MinimumVersion; +all_minimum_version_ok( qq{5.008003} ); diff -Nru libmoosex-methodattributes-perl-0.31/xt/author/no-tabs.t libmoosex-methodattributes-perl-0.32/xt/author/no-tabs.t --- libmoosex-methodattributes-perl-0.31/xt/author/no-tabs.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/author/no-tabs.t 2020-08-30 01:32:15.000000000 +0000 @@ -57,20 +57,21 @@ 't/role_with_anon_class.t', 't/zzz-check-breaks.t', 'xt/author/00-compile.t', + 'xt/author/changes_has_content.t', 'xt/author/clean-namespaces.t', 'xt/author/eol.t', 'xt/author/kwalitee.t', + 'xt/author/minimum-version.t', 'xt/author/mojibake.t', 'xt/author/no-tabs.t', + 'xt/author/pod-coverage.t', + 'xt/author/pod-no404s.t', 'xt/author/pod-spell.t', + 'xt/author/pod-syntax.t', + 'xt/author/portability.t', 'xt/release/changes_has_content.t', 'xt/release/cpan-changes.t', - 'xt/release/distmeta.t', - 'xt/release/minimum-version.t', - 'xt/release/pod-coverage.t', - 'xt/release/pod-no404s.t', - 'xt/release/pod-syntax.t', - 'xt/release/portability.t' + 'xt/release/distmeta.t' ); notabs_ok($_) foreach @files; diff -Nru libmoosex-methodattributes-perl-0.31/xt/author/pod-coverage.t libmoosex-methodattributes-perl-0.32/xt/author/pod-coverage.t --- libmoosex-methodattributes-perl-0.31/xt/author/pod-coverage.t 1970-01-01 00:00:00.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/author/pod-coverage.t 2020-08-30 01:32:15.000000000 +0000 @@ -0,0 +1,7 @@ +#!perl +# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests. + +use Test::Pod::Coverage 1.08; +use Pod::Coverage::TrustPod; + +all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' }); diff -Nru libmoosex-methodattributes-perl-0.31/xt/author/pod-no404s.t libmoosex-methodattributes-perl-0.32/xt/author/pod-no404s.t --- libmoosex-methodattributes-perl-0.31/xt/author/pod-no404s.t 1970-01-01 00:00:00.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/author/pod-no404s.t 2020-08-30 01:32:15.000000000 +0000 @@ -0,0 +1,21 @@ +#!perl + +use strict; +use warnings; +use Test::More; + +foreach my $env_skip ( qw( + SKIP_POD_NO404S + AUTOMATED_TESTING +) ){ + plan skip_all => "\$ENV{$env_skip} is set, skipping" + if $ENV{$env_skip}; +} + +eval "use Test::Pod::No404s"; +if ( $@ ) { + plan skip_all => 'Test::Pod::No404s required for testing POD'; +} +else { + all_pod_files_ok(); +} diff -Nru libmoosex-methodattributes-perl-0.31/xt/author/pod-spell.t libmoosex-methodattributes-perl-0.32/xt/author/pod-spell.t --- libmoosex-methodattributes-perl-0.31/xt/author/pod-spell.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/author/pod-spell.t 2020-08-30 01:32:15.000000000 +0000 @@ -2,50 +2,53 @@ use warnings; use Test::More; -# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006009 +# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007005 use Test::Spelling 0.12; use Pod::Wordlist; add_stopwords(); -all_pod_files_spelling_ok( qw( bin lib ) ); +all_pod_files_spelling_ok( qw( examples lib script t xt ) ); __DATA__ -irc -metamethod -metarole -initialisation -Florian -Ragwitz -rafl -Tomas +Application +AttrContainer +Class +Dave +David Doran -bobtfish -Karen Etheridge -ether -Dave -Rolsky -autarch +Florian +Graham +Inheritable +Karen +Karman +Knop +Map Marcus -Ramberg -marcus +MaybeWrapped +Meta +Method +MethodAttributes +MooseX Peter -Karman -pek -David +Ragwitz +Ramberg +Role +Rolsky Steinbrunner +Summation +Tomas +Wrapped +autarch +bobtfish dsteinbrunner +ether +haarg +initialisation +irc lib -MooseX -MethodAttributes -Inheritable -Role -AttrContainer -Meta -Class -Map -Method -MaybeWrapped -Wrapped -Application -Summation +marcus +metamethod +metarole +pek +rafl diff -Nru libmoosex-methodattributes-perl-0.31/xt/author/pod-syntax.t libmoosex-methodattributes-perl-0.32/xt/author/pod-syntax.t --- libmoosex-methodattributes-perl-0.31/xt/author/pod-syntax.t 1970-01-01 00:00:00.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/author/pod-syntax.t 2020-08-30 01:32:15.000000000 +0000 @@ -0,0 +1,7 @@ +#!perl +# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. +use strict; use warnings; +use Test::More; +use Test::Pod 1.41; + +all_pod_files_ok(); diff -Nru libmoosex-methodattributes-perl-0.31/xt/author/portability.t libmoosex-methodattributes-perl-0.32/xt/author/portability.t --- libmoosex-methodattributes-perl-0.31/xt/author/portability.t 1970-01-01 00:00:00.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/author/portability.t 2020-08-30 01:32:15.000000000 +0000 @@ -0,0 +1,10 @@ +use strict; +use warnings; + +use Test::More; + +eval 'use Test::Portability::Files'; +plan skip_all => 'Test::Portability::Files required for testing portability' + if $@; + +run_tests(); diff -Nru libmoosex-methodattributes-perl-0.31/xt/release/changes_has_content.t libmoosex-methodattributes-perl-0.32/xt/release/changes_has_content.t --- libmoosex-methodattributes-perl-0.31/xt/release/changes_has_content.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/release/changes_has_content.t 2020-08-30 01:32:15.000000000 +0000 @@ -1,11 +1,10 @@ -#!perl - use Test::More tests => 2; note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '0.31'; +my $newver = '0.32'; my $trial_token = '-TRIAL'; +my $encoding = 'UTF-8'; SKIP: { ok(-e $changes_file, "$changes_file file exists") @@ -16,8 +15,6 @@ done_testing; -# _get_changes copied and adapted from Dist::Zilla::Plugin::Git::Commit -# by Jerome Quelin sub _get_changes { my $newver = shift; @@ -25,6 +22,10 @@ # parse changelog to find commit message open(my $fh, '<', $changes_file) or die "cannot open $changes_file: $!"; my $changelog = join('', <$fh>); + if ($encoding) { + require Encode; + $changelog = Encode::decode($encoding, $changelog, Encode::FB_CROAK()); + } close $fh; my @content = diff -Nru libmoosex-methodattributes-perl-0.31/xt/release/cpan-changes.t libmoosex-methodattributes-perl-0.32/xt/release/cpan-changes.t --- libmoosex-methodattributes-perl-0.31/xt/release/cpan-changes.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/release/cpan-changes.t 2020-08-30 01:32:15.000000000 +0000 @@ -1,11 +1,10 @@ -#!perl - use strict; use warnings; -use Test::More 0.96 tests => 2; -use_ok('Test::CPAN::Changes'); +# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.012 + +use Test::More 0.96 tests => 1; +use Test::CPAN::Changes; subtest 'changes_ok' => sub { changes_file_ok('Changes'); }; -done_testing(); diff -Nru libmoosex-methodattributes-perl-0.31/xt/release/minimum-version.t libmoosex-methodattributes-perl-0.32/xt/release/minimum-version.t --- libmoosex-methodattributes-perl-0.31/xt/release/minimum-version.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/release/minimum-version.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -#!perl - -use Test::More; - -eval "use Test::MinimumVersion"; -plan skip_all => "Test::MinimumVersion required for testing minimum versions" - if $@; -all_minimum_version_ok( qq{5.008003} ); diff -Nru libmoosex-methodattributes-perl-0.31/xt/release/pod-coverage.t libmoosex-methodattributes-perl-0.32/xt/release/pod-coverage.t --- libmoosex-methodattributes-perl-0.31/xt/release/pod-coverage.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/release/pod-coverage.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -#!perl -# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests. - -use Test::Pod::Coverage 1.08; -use Pod::Coverage::TrustPod; - -all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' }); diff -Nru libmoosex-methodattributes-perl-0.31/xt/release/pod-no404s.t libmoosex-methodattributes-perl-0.32/xt/release/pod-no404s.t --- libmoosex-methodattributes-perl-0.31/xt/release/pod-no404s.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/release/pod-no404s.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -#!perl - -use strict; -use warnings; -use Test::More; - -foreach my $env_skip ( qw( - SKIP_POD_NO404S - AUTOMATED_TESTING -) ){ - plan skip_all => "\$ENV{$env_skip} is set, skipping" - if $ENV{$env_skip}; -} - -eval "use Test::Pod::No404s"; -if ( $@ ) { - plan skip_all => 'Test::Pod::No404s required for testing POD'; -} -else { - all_pod_files_ok(); -} diff -Nru libmoosex-methodattributes-perl-0.31/xt/release/pod-syntax.t libmoosex-methodattributes-perl-0.32/xt/release/pod-syntax.t --- libmoosex-methodattributes-perl-0.31/xt/release/pod-syntax.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/release/pod-syntax.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -#!perl -# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. -use Test::More; -use Test::Pod 1.41; - -all_pod_files_ok(); diff -Nru libmoosex-methodattributes-perl-0.31/xt/release/portability.t libmoosex-methodattributes-perl-0.32/xt/release/portability.t --- libmoosex-methodattributes-perl-0.31/xt/release/portability.t 2015-09-27 05:28:54.000000000 +0000 +++ libmoosex-methodattributes-perl-0.32/xt/release/portability.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -#!perl - -use strict; -use warnings; - -use Test::More; - -eval 'use Test::Portability::Files'; -plan skip_all => 'Test::Portability::Files required for testing portability' - if $@; - -run_tests();