diff options
Diffstat (limited to 'dist/Devel-PPPort/t/podtest.t')
-rw-r--r-- | dist/Devel-PPPort/t/podtest.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Devel-PPPort/t/podtest.t b/dist/Devel-PPPort/t/podtest.t index 98698ad73a..73173b4b9f 100644 --- a/dist/Devel-PPPort/t/podtest.t +++ b/dist/Devel-PPPort/t/podtest.t @@ -63,11 +63,11 @@ else { # Try loading Test::Pod eval q{ use Test::Pod; - $Test::Pod::VERSION >= 0.95 + $Test::Pod::VERSION >= 1.41 or die "Test::Pod version only $Test::Pod::VERSION"; import Test::Pod tests => scalar @pods; }; - $reason = 'Test::Pod >= 0.95 required' if $@; + $reason = 'Test::Pod >= 1.41 required' if $@; } if ($reason) { |