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

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

commit f60b69d94aa3dab7da3f8818e6b690591785b264
Author: Karen Etheridge <et...@cpan.org>
Date:   Wed Oct 22 17:33:56 2014 -0700

    correct the [EOLTests] documentation - it no longer extends InlineFiles
---
 lib/Dist/Zilla/Plugin/EOLTests.pm | 33 +++++++++++++++------------------
 1 file changed, 15 insertions(+), 18 deletions(-)

diff --git a/lib/Dist/Zilla/Plugin/EOLTests.pm 
b/lib/Dist/Zilla/Plugin/EOLTests.pm
index 845864c..221b53b 100644
--- a/lib/Dist/Zilla/Plugin/EOLTests.pm
+++ b/lib/Dist/Zilla/Plugin/EOLTests.pm
@@ -4,31 +4,28 @@ package Dist::Zilla::Plugin::EOLTests;
 # ABSTRACT: Release tests making sure correct line endings are used
 
 use Moose;
+extends 'Dist::Zilla::Plugin::Test::EOL';
 use namespace::autoclean;
 
-extends 'Dist::Zilla::Plugin::Test::EOL';
+has '+filename' => (
+    default => sub { return 'xt/release/eol.t' },
+);
 
-=head1 DESCRIPTION
+__PACKAGE__->meta->make_immutable;
+1;
+__END__
 
-This is an extension of L<Dist::Zilla::Plugin::InlineFiles>, providing
-the following files:
+=pod
 
-=for :list
-* xt/release/eol.t
-a standard Test::EOL test
+=head1 SYNOPSIS
 
-=attr trailing_whitespace
+In your F<dist.ini>:
 
-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>.
+    [EOLTests]
 
-=cut
-
-has '+filename' => (
-    default => sub { return 'xt/release/eol.t' },
-);
+=head1 DESCRIPTION
 
-__PACKAGE__->meta->make_immutable;
+This is a plugin that runs at the L<gather 
files|Dist::Zilla::Role::FileGatherer> stage,
+providing the file F<xt/release/eol.t>, a standard L<Test::EOL> test.
 
-1;
+=cut

-- 
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
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to