[libdist-zilla-plugin-test-eol-perl] 14/28: make an author test so this gets run before push

Intrigeri intrigeri at moszumanska.debian.org
Sun Aug 16 09:19:44 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 c7a041d359d0a85b45273f130959432c18190906
Author: Caleb Cushing <xenoterracide at gmail.com>
Date:   Sun Aug 7 12:00:28 2011 -0500

    make an author test so this gets run before push
    
    fixes GH #1
    
    Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
 lib/Dist/Zilla/Plugin/EOLTests.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/Dist/Zilla/Plugin/EOLTests.pm b/lib/Dist/Zilla/Plugin/EOLTests.pm
index 90235c5..a051509 100644
--- a/lib/Dist/Zilla/Plugin/EOLTests.pm
+++ b/lib/Dist/Zilla/Plugin/EOLTests.pm
@@ -1,5 +1,5 @@
 package Dist::Zilla::Plugin::EOLTests;
-# ABSTRACT: Release tests making sure correct line endings are used
+# ABSTRACT: Author tests making sure correct line endings are used
 
 use Moose;
 use namespace::autoclean;
@@ -13,7 +13,7 @@ This is an extension of L<Dist::Zilla::Plugin::InlineFiles>, providing
 the following files:
 
 =for :list
-* xt/release/eol.t
+* xt/author/eol.t
 a standard Test::EOL test
 
 =attr trailing_whitespace
@@ -48,7 +48,7 @@ __PACKAGE__->meta->make_immutable;
 1;
 
 __DATA__
-___[ xt/release/eol.t ]___
+___[ xt/author/eol.t ]___
 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