diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-10-17 08:03:23 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-10-17 08:03:23 +0000 |
commit | c259ebfbd49165b24578c71d9ad032092dbe5771 (patch) | |
tree | 7d65ee33493ad1289eb3ea41ea904ae977183d9c /lib/Module | |
parent | da651d81005ef8c18ead4b92198101ba5698a3be (diff) | |
download | perl-c259ebfbd49165b24578c71d9ad032092dbe5771.tar.gz |
Update Module::Load::Conditional to 0.22
p4raw-id: //depot/perl@32118
Diffstat (limited to 'lib/Module')
-rw-r--r-- | lib/Module/Load/Conditional.pm | 2 | ||||
-rw-r--r-- | lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Module/Load/Conditional.pm b/lib/Module/Load/Conditional.pm index a97a9f01a0..2bd92f1c06 100644 --- a/lib/Module/Load/Conditional.pm +++ b/lib/Module/Load/Conditional.pm @@ -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; diff --git a/lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t b/lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t index 45a4f691c2..7e0cf2f57d 100644 --- a/lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t +++ b/lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t @@ -11,7 +11,7 @@ # } # } -BEGIN { use FindBin } +BEGIN { use FindBin; } BEGIN { chdir 't' if -d 't' } use strict; |