]> git.imager.perl.org - imager.git/commitdiff
- change the use in t/t91.pod to require version 1.00 of Test::Pod
authorTony Cook <tony@develop=help.com>
Tue, 13 Dec 2005 22:43:02 +0000 (22:43 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 13 Dec 2005 22:43:02 +0000 (22:43 +0000)
Changes
t/t91pod.t

diff --git a/Changes b/Changes
index 2fe6271914f0af586e993422417d9373f117f8b9..69a8be34c1eb850b21c2406e360f53455f56f453 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1222,11 +1222,14 @@ Revision history for Perl extension Imager.
 - minor documentation touchups
 - bump version 0.45_01
 
-0.45_02
+0.45_02 Mon 12 Dec 2005
 - some test scripts weren't fixing @INC correctly
 - t/t101jpeg.t wasn't skipping enough when there was no jpeg support
 - bump version to 0.45_02
-  
+
+0.45_03
+- change the use in t/t91.pod to require version 1.00 of Test::Pod  
+
 =================================================================
 
         For latest versions check the Imager-devel pages:
index 646041141d405ef095015d1fb1fadc075ece95c8..baf812a4b7a329bf21f26f958d366567e5909d1d 100644 (file)
@@ -2,6 +2,6 @@
 use strict;
 use lib 't';
 use Test::More;
-eval "use Test::Pod;";
+eval "use Test::Pod 1.00;";
 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
 all_pod_files_ok();