[libdist-zilla-plugin-test-podspelling-perl] 55/86: access through zilla

Axel Beckert abe at deuxchevaux.org
Mon May 25 10:02:09 UTC 2015


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

abe pushed a commit to annotated tag 2.001001
in repository libdist-zilla-plugin-test-podspelling-perl.

commit b41bb8af9f0807e604bf3fbcdac77abac38712f8
Author: Caleb Cushing <xenoterracide at gmail.com>
Date:   Sat Aug 6 12:04:48 2011 -0500

    access through zilla
    
    Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
 lib/Dist/Zilla/Plugin/Test/PodSpelling.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
index d215b03..28d2d4e 100644
--- a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
+++ b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
@@ -44,8 +44,8 @@ around add_file => sub {
         push @{ $self->stopwords }, /(\w{2,})/gxms;
     }
 
-	if ( $self->stash_named( 'copyright_holder' ) ) {
-		for ( split( ' ', $self->stash_named( 'copyright_holder' ) ) ) {
+	if ( $self->zilla->stash_named( 'copyright_holder' ) ) {
+		for ( split( ' ', $self->zilla->stash_named( 'copyright_holder' ) ) ) {
 			$self->log_debug( $_ );
 			push @{ $self->stopwords };
 		}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git



More information about the Pkg-perl-cvs-commits mailing list