This is an automated email from the git hooks/post-receive script. intrigeri pushed a commit to annotated tag 0.13 in repository libdist-zilla-plugin-test-eol-perl.
commit c878ce33906636a8bf9b2a1a41ec519cec5ff23c Author: Karen Etheridge <[email protected]> Date: Sun Oct 12 17:49:59 2014 -0700 switch to my plugin bundle, keeping all tests that were in use previously - adjust $VERSION placement for [PkgVersion] and critic tests - removed [Test::DistManifest]: MBT creates files not in MANIFEST.SKIP --- dist.ini | 30 ++++++++++++++---------------- lib/Dist/Zilla/Plugin/EOLTests.pm | 2 ++ lib/Dist/Zilla/Plugin/Test/EOL.pm | 5 +++-- perlcritic.rc | 1 + 4 files changed, 20 insertions(+), 18 deletions(-) diff --git a/dist.ini b/dist.ini index a3b9a80..17d2276 100644 --- a/dist.ini +++ b/dist.ini @@ -14,20 +14,18 @@ copyright_year = 2010 Dist::Zilla = 5 Test::EOL = 1.1 -[ReadmeFromPod] -[@Filter] - -bundle = @Basic - -remove = Readme - -remove = ExtraTests -[@Author::XENO] +[@Author::ETHER] +:version = 0.076 +Authority.authority = cpan:FLORA +Git::Tag.tag_format = %v +Git::Tag.tag_message = %v +Git::NextVersion.version_regexp = ^([\d._]+)(-TRIAL)?$ +Test::ReportPrereqs.include = CPAN::Meta::Validator +-remove = EOLTests +-remove = Test::NoTabs ; TODO -[MetaNoIndex] - directory = corpus - file = perlcritic.rc - -[Test::PodSpelling] - -[@Git] - tag_format = %v - tag_message = %v - commit_msg = %v%n%n%c +[Test::EOL] +[Test::CPAN::Meta::JSON] +[Test::Perl::Critic] +[Test::UnusedVars] +[Test::Version] diff --git a/lib/Dist/Zilla/Plugin/EOLTests.pm b/lib/Dist/Zilla/Plugin/EOLTests.pm index b819c23..2b9aac8 100644 --- a/lib/Dist/Zilla/Plugin/EOLTests.pm +++ b/lib/Dist/Zilla/Plugin/EOLTests.pm @@ -1,3 +1,5 @@ +use strict; +use warnings; package Dist::Zilla::Plugin::EOLTests; # ABSTRACT: Release tests making sure correct line endings are used diff --git a/lib/Dist/Zilla/Plugin/Test/EOL.pm b/lib/Dist/Zilla/Plugin/Test/EOL.pm index 86e9804..1d5ab7f 100644 --- a/lib/Dist/Zilla/Plugin/Test/EOL.pm +++ b/lib/Dist/Zilla/Plugin/Test/EOL.pm @@ -1,12 +1,13 @@ +use strict; +use warnings; package Dist::Zilla::Plugin::Test::EOL; + use Moose; use Sub::Exporter::ForMethods 'method_installer'; use Data::Section 0.004 # fixed header_re { installer => method_installer }, '-setup'; use namespace::autoclean; -# VERSION - with 'Dist::Zilla::Role::FileGatherer', 'Dist::Zilla::Role::TextTemplate', diff --git a/perlcritic.rc b/perlcritic.rc index 392ffd7..61f7e17 100644 --- a/perlcritic.rc +++ b/perlcritic.rc @@ -3,3 +3,4 @@ verbose = 9 ## Turn these off [-Subroutines::RequireFinalReturn] +[-Modules::RequireExplicitPackage] -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-eol-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
