[libdist-zilla-plugin-test-eol-perl] 23/28: apply my own style

Intrigeri intrigeri at moszumanska.debian.org
Sun Aug 16 09:19:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to annotated tag 0.03
in repository libdist-zilla-plugin-test-eol-perl.

commit 372544e5c793929391b9b4f79c86304d5df6a88c
Author: Caleb Cushing <xenoterracide at gmail.com>
Date:   Sun Dec 11 01:14:15 2011 -0600

    apply my own style
    
    Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
 lib/Dist/Zilla/Plugin/Test/EOL.pm | 38 ++++++++++++++++++++------------------
 1 file changed, 20 insertions(+), 18 deletions(-)

diff --git a/lib/Dist/Zilla/Plugin/Test/EOL.pm b/lib/Dist/Zilla/Plugin/Test/EOL.pm
index cd357e4..1df73d9 100644
--- a/lib/Dist/Zilla/Plugin/Test/EOL.pm
+++ b/lib/Dist/Zilla/Plugin/Test/EOL.pm
@@ -1,28 +1,12 @@
 package Dist::Zilla::Plugin::Test::EOL;
-# ABSTRACT: Author tests making sure correct line endings are used
-
 use Moose;
 use namespace::autoclean;
 
+# VERSION
+
 extends 'Dist::Zilla::Plugin::InlineFiles';
 with 'Dist::Zilla::Role::TextTemplate';
 
-=head1 DESCRIPTION
-
-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
-
-=attr trailing_whitespace
-
-If this option is set to a true value,
-C<< { trailing_whitespace => 1 } >> will be passed to
-L<Test::EOL/all_perl_files_ok>. It defaults to C<1>.
-
-=cut
 
 has trailing_whitespace => (
     is      => 'ro',
@@ -46,6 +30,24 @@ around add_file => sub {
 __PACKAGE__->meta->make_immutable;
 
 1;
+# ABSTRACT: Author tests making sure correct line endings are used
+
+=head1 DESCRIPTION
+
+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
+
+=attr trailing_whitespace
+
+If this option is set to a true value,
+C<< { trailing_whitespace => 1 } >> will be passed to
+L<Test::EOL/all_perl_files_ok>. It defaults to C<1>.
+
+=cut
 
 __DATA__
 ___[ xt/author/eol.t ]___

-- 
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