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 a7bd6de60df3a2b7290e80303a071fa8ea6f5f3f Author: Marcel Gruenauer <[email protected]> Date: Sat May 22 18:05:49 2010 +0200 doc fix --- dist.ini | 1 + lib/Dist/Zilla/Plugin/PodSpellingTests.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dist.ini b/dist.ini index c05178c..3335280 100644 --- a/dist.ini +++ b/dist.ini @@ -2,6 +2,7 @@ name = Dist-Zilla-Plugin-PodSpellingTests author = Marcel Gruenauer <[email protected]> license = Perl_5 copyright_holder = Marcel Gruenauer +copyright_year = 2010 [@MARCEL] diff --git a/lib/Dist/Zilla/Plugin/PodSpellingTests.pm b/lib/Dist/Zilla/Plugin/PodSpellingTests.pm index 810fa4b..8d7175f 100644 --- a/lib/Dist/Zilla/Plugin/PodSpellingTests.pm +++ b/lib/Dist/Zilla/Plugin/PodSpellingTests.pm @@ -3,7 +3,7 @@ use strict; use warnings; package Dist::Zilla::Plugin::PodSpellingTests; -# ABSTRACT: release tests for POD spelling +# ABSTRACT: Release tests for POD spelling use Moose; use Pod::Wordlist::hanekomu; extends 'Dist::Zilla::Plugin::InlineFiles'; @@ -27,7 +27,7 @@ In C<dist.ini>: =head1 DESCRIPTION This is an extension of L<Dist::Zilla::Plugin::InlineFiles>, providing the -following files +following file: xt/release/pod-spell.t - a standard Test::Spelling test -- 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
