forked from pool/perl-Set-Object
This commit is contained in:
committed by
Git OBS Bridge
parent
c5ccc4bc07
commit
dde3afa49f
14
perl-Set-Object-1.20-test.diff
Normal file
14
perl-Set-Object-1.20-test.diff
Normal 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user