[libdist-zilla-plugin-test-eol-perl] 03/13: move around a few pod elements

Intrigeri intrigeri at moszumanska.debian.org
Sun Aug 16 09:20:34 UTC 2015


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 76f25910c9409f2749e57e11fc465f00e49145cd
Author: Karen Etheridge <ether at cpan.org>
Date:   Thu Jan 29 20:33:21 2015 -0800

    move around a few pod elements
---
 lib/Dist/Zilla/Plugin/Test/EOL.pm | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/lib/Dist/Zilla/Plugin/Test/EOL.pm b/lib/Dist/Zilla/Plugin/Test/EOL.pm
index 39e781f..3c6a0e6 100644
--- a/lib/Dist/Zilla/Plugin/Test/EOL.pm
+++ b/lib/Dist/Zilla/Plugin/Test/EOL.pm
@@ -1,6 +1,8 @@
 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';
@@ -74,21 +76,16 @@ sub register_prereqs
 }
 
 __PACKAGE__->meta->make_immutable;
-
 1;
-# ABSTRACT: Author tests making sure correct line endings are used
-# SEEALSO: Test::EOL, Dist::Zilla::Plugin::EOLTests
+
+=pod
 
 =head1 DESCRIPTION
 
 Generate an author L<Test::EOL>.
 
 This is an extension of L<Dist::Zilla::Plugin::InlineFiles>, providing
-the following files:
-
-=for :list
-* xt/author/eol.t
-a standard Test::EOL test
+the file F<xt/author/eol.t>, a standard L<Test::EOL> test.
 
 =head1 CONFIGURATION OPTIONS
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-eol-perl.git



More information about the Pkg-perl-cvs-commits mailing list