Update Module::Load::Conditional to 0.22
Rafael Garcia-Suarez [Wed, 17 Oct 2007 08:03:23 +0000 (08:03 +0000)]
p4raw-id: //depot/perl@32118

lib/Module/Load/Conditional.pm
lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t

index a97a9f0..2bd92f1 100644 (file)
@@ -18,7 +18,7 @@ BEGIN {
                         $FIND_VERSION $ERROR $CHECK_INC_HASH];
     use Exporter;
     @ISA            = qw[Exporter];
-    $VERSION        = '0.20';
+    $VERSION        = '0.22';
     $VERBOSE        = 0;
     $FIND_VERSION   = 1;
     $CHECK_INC_HASH = 0;
index 45a4f69..7e0cf2f 100644 (file)
@@ -11,7 +11,7 @@
 #     }
 # } 
 
-BEGIN { use FindBin }
+BEGIN { use FindBin; }
 BEGIN { chdir 't' if -d 't' }
 
 use strict;