This is an automated email from the git hooks/post-receive script. intrigeri pushed a commit to annotated tag 0.17 in repository libdist-zilla-plugin-test-eol-perl.
commit 9f3bdedc9c141b7f389d824ea5702c8f3c79acdd Author: Karen Etheridge <[email protected]> Date: Thu Jan 29 20:34:09 2015 -0800 remove the use of [SeeAlso] --- dist.ini | 1 - lib/Dist/Zilla/Plugin/Test/EOL.pm | 6 +++++- weaver.ini | 26 +------------------------- 3 files changed, 6 insertions(+), 27 deletions(-) diff --git a/dist.ini b/dist.ini index be24c8d..f0a2a9e 100644 --- a/dist.ini +++ b/dist.ini @@ -6,7 +6,6 @@ license = Perl_5 copyright_holder = Florian Ragwitz <[email protected]> copyright_year = 2010 -; authordep Pod::Weaver::Section::SeeAlso ; authordep Pod::Weaver::Section::Contributors [Bootstrap::lib] diff --git a/lib/Dist/Zilla/Plugin/Test/EOL.pm b/lib/Dist/Zilla/Plugin/Test/EOL.pm index 3c6a0e6..4ecf6fb 100644 --- a/lib/Dist/Zilla/Plugin/Test/EOL.pm +++ b/lib/Dist/Zilla/Plugin/Test/EOL.pm @@ -2,7 +2,6 @@ use strict; use warnings; package Dist::Zilla::Plugin::Test::EOL; # ABSTRACT: Author tests making sure correct line endings are used -# SEEALSO: Test::EOL, Dist::Zilla::Plugin::EOLTests use Moose; use Sub::Exporter::ForMethods 'method_installer'; @@ -113,6 +112,11 @@ written by Florian Ragwitz. It was forked because the Test:: namespace is preferred for test modules, and because I would prefer to have EOL tests be Author tests. +=head1 SEE ALSO + +=for :list +* Test::EOL + =cut __DATA__ diff --git a/weaver.ini b/weaver.ini index ab6b386..d15e82a 100644 --- a/weaver.ini +++ b/weaver.ini @@ -1,30 +1,6 @@ -[@CorePrep] -[-SingleEncoding] - -[Name] -[Version] - -[Region / prelude] - -[Generic / SYNOPSIS] -[Generic / DESCRIPTION] -[Generic / OVERVIEW] - -[Collect / ATTRIBUTES] -command = attr - -[Collect / METHODS] -command = method - -[Leftovers] - -[Region / postlude] -[Bugs] -[SeeAlso] +[@Default] [Contributors] -[Authors] -[Legal] [-Transformer] transformer = List -- 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
