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 <[email protected]> Date: Sat Aug 6 12:04:48 2011 -0500 access through zilla Signed-off-by: Caleb Cushing <[email protected]> --- 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
