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 2bc7500ea3fc2ea7ca29143d9869cb15c54d96bb
Author: Caleb Cushing <xenoterrac...@gmail.com>
Date:   Sat Aug 6 12:00:53 2011 -0500

    attempt to add copyright holder to stopwords
    
    Signed-off-by: Caleb Cushing <xenoterrac...@gmail.com>
---
 lib/Dist/Zilla/Plugin/Test/PodSpelling.pm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm 
b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
index 96fb196..3fcf213 100644
--- a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
+++ b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
@@ -43,6 +43,12 @@ around add_file => sub {
         s/<.*?>//gxms;
         push @{ $self->stopwords }, /(\w{2,})/gxms;
     }
+
+       for ( split( ' ', $self->stash_named( 'copyright_holder' ) ) ) {
+               $self->log_debug( $_ );
+               push @{ $self->stopwords };
+       }
+
     if (@{ $self->stopwords } > 0) {
         $add_stopwords = 'add_stopwords(<DATA>);';
         $stopwords = join "\n", '__DATA__', @{ $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
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to