8
0
OBS User unknown
2007-02-16 17:41:52 +00:00
committed by Git OBS Bridge
parent c5ccc4bc07
commit dde3afa49f
6 changed files with 43 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
--- t/misc/pod_coverage.t
+++ t/misc/pod_coverage.t
@@ -3,9 +3,8 @@
BEGIN {
eval "use Test::Pod::Coverage tests => 2;";
if ( $@ ) {
- require Test::More;
- Test::More::skip_all ("Test::Pod::Coverage required for "
- ."testing POD coverage");
+ eval 'use Test::More skip_all => "Test::Pod::Coverage required for "
+ ."testing POD coverage"';
exit;
}
}