This is an automated email from the git hooks/post-receive script. abe pushed a commit to annotated tag 2.001002 in repository libdist-zilla-plugin-test-podspelling-perl.
commit c564bf40d3fa41d30ca2126819993be246336926 Author: Caleb Cushing <[email protected]> Date: Sat Nov 26 18:38:24 2011 -0600 test that has spellchecker returns true Signed-off-by: Caleb Cushing <[email protected]> --- t/checked.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/checked.t b/t/checked.t index 742fe89..f8ed386 100644 --- a/t/checked.t +++ b/t/checked.t @@ -14,6 +14,8 @@ BEGIN { unless has_working_spellchecker; } +ok( has_working_spellchecker, 'test has working spellchecker' ); + # lib/ and bin/ spell_check_dist( foo => [file(qw(bin foo)) => {ok => 0}], file(qw(lib Foo.pm)) ); # just lib/ -- 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
