projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6b43ba5
)
Trivial change - add module name to pod coverage skip message
Nigel Metheringham [Thu, 31 Aug 2006 17:14:57 +0000 (17:14 +0000)]
t/03podcoverage.t
patch
|
blob
|
blame
|
history
diff --git
a/t/03podcoverage.t
b/t/03podcoverage.t
index
8cb8c4f
..
aacbf18
100644
(file)
--- a/
t/03podcoverage.t
+++ b/
t/03podcoverage.t
@@
-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 = {};