This is an automated email from the git hooks/post-receive script. intrigeri pushed a commit to annotated tag 0.11 in repository libdist-zilla-plugin-test-eol-perl.
commit 8524721c1170cc3a1804953523fa82a0c9de015c Author: Shlomi Fish <[email protected]> Date: Thu Apr 10 13:54:26 2014 +0300 Mention trailing space/whitespace in the POD. This fixes issue #4 ( https://github.com/xenoterracide/Dist-Zilla-Plugin-Test-EOL/issues/4 ). --- lib/Dist/Zilla/Plugin/Test/EOL.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Dist/Zilla/Plugin/Test/EOL.pm b/lib/Dist/Zilla/Plugin/Test/EOL.pm index 9571f8d..45d9494 100644 --- a/lib/Dist/Zilla/Plugin/Test/EOL.pm +++ b/lib/Dist/Zilla/Plugin/Test/EOL.pm @@ -55,6 +55,9 @@ 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>. +What this option is going to do is test for the lack of trailing whitespace at +the end of the lines (also known as "trailing space"). + =head1 ACKNOWLEDGMENTS This module is a fork of L<Dist::Zilla::Plugin::EOLTests> and was originally -- 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
