This is an automated email from the git hooks/post-receive script. intrigeri pushed a commit to annotated tag 0.06 in repository libdist-zilla-plugin-test-eol-perl.
commit 83c3380e69331733e2cea98823878aca708b9c44 Author: Caleb Cushing <[email protected]> Date: Tue Apr 3 13:36:00 2012 -0500 also check that test runs Signed-off-by: Caleb Cushing <[email protected]> --- t/file.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/file.t b/t/file.t index 460feac..4d612ea 100644 --- a/t/file.t +++ b/t/file.t @@ -29,6 +29,7 @@ my $fn ok ( -e $fn, 'test file exists'); -script_compiles( '' .$fn->relative, 'check test compiles' ); +script_compiles( '' . $fn->relative, 'check test compiles' ); +script_runs ( '' . $fn->relative, 'check test runs' ); done_testing; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-eol-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
