Skip to content

Commit

Permalink
make .t match .pod
Browse files Browse the repository at this point in the history
  • Loading branch information
jettero committed Jul 11, 2009
1 parent 41bd746 commit e460809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/a-href-L.t
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ test_out( "not ok 1 - POD test for $file" );
pod_file_ok( $file );
test_fail(-1);
test_diag(
"$file (9): L<text|scheme:...> is invalid according to perlpod",
"$file (14): L<text|scheme:...> is invalid according to perlpod",
);
test_test( "$file is bad" );

0 comments on commit e460809

Please sign in to comment.