Skip to content

Commit

Permalink
Trivial change - add module name to pod coverage skip message
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelm committed Aug 31, 2006
1 parent 6b43ba5 commit 0ebb007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/03podcoverage.t
Expand Up @@ -75,7 +75,7 @@ my $exceptions = {
foreach my $module (@modules) {
SKIP:
{
skip "No real methods", 1 if ($exceptions->{$module}{skip});
skip "$module - No real methods", 1 if ($exceptions->{$module}{skip});

# build parms up from ignore list
my $parms = {};
Expand Down

0 comments on commit 0ebb007

Please sign in to comment.