[libdist-zilla-plugin-test-eol-perl] 01/04: add more accreditation

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


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

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

commit 8fa3e6343021b54823151690233e5094acf35781
Author: Caleb Cushing <xenoterracide at gmail.com>
Date:   Mon Jan 9 23:30:58 2012 -0600

    add more accreditation
    
    Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
 lib/Dist/Zilla/Plugin/Test/EOL.pm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/lib/Dist/Zilla/Plugin/Test/EOL.pm b/lib/Dist/Zilla/Plugin/Test/EOL.pm
index 8cfb882..82313ca 100644
--- a/lib/Dist/Zilla/Plugin/Test/EOL.pm
+++ b/lib/Dist/Zilla/Plugin/Test/EOL.pm
@@ -31,9 +31,12 @@ __PACKAGE__->meta->make_immutable;
 
 1;
 # ABSTRACT: Author tests making sure correct line endings are used
+# SEEALSO: Test::EOL, Dist::Zilla::Plugin::EOLTests
 
 =head1 DESCRIPTION
 
+Generate an author L<Test::EOL>.
+
 This is an extension of L<Dist::Zilla::Plugin::InlineFiles>, providing
 the following files:
 
@@ -47,10 +50,19 @@ 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>.
 
+=head1 ACKNOWLEDGMENTS
+
+This module is a fork of L<Dist::Zilla::Plugin::EOLTests> and was originally
+written by Florian Ragwitz. It was forked because author the Test:: namespace
+is preferred and because I would prefer to have EOL tests be Author tests.
+
 =cut
 
 __DATA__
 ___[ xt/author/test-eol.t ]___
+#!/usr/bin/perl
+# This file was generated by Dist::Zilla::Plugin::Test::EOL
+# please report bugs there
 use strict;
 use warnings;
 use Test::More;

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