summaryrefslogtreecommitdiff
path: root/cpan/Module-Load-Conditional/lib/Module/Load
diff options
context:
space:
mode:
authorChris Williams <chris@bingosnet.co.uk>2009-10-29 09:30:42 +0000
committerChris Williams <chris@bingosnet.co.uk>2009-10-29 09:30:42 +0000
commit482aa6ffeb230a1cea9d05e9eb425b3d7fc09217 (patch)
tree3b7a01cb13928a6effbedd3c8d5674377a0c7aed /cpan/Module-Load-Conditional/lib/Module/Load
parent4eb5377437a6e3b0be43c6a1073e85d324abf5be (diff)
downloadperl-482aa6ffeb230a1cea9d05e9eb425b3d7fc09217.tar.gz
Update Module::Load::Conditional to cpan version 0.34
Changes for 0.34 Thu Oct 29 09:22:48 GMT 2009 ================================================= * Remove DOS line endings from test files RT#50926 reported by Steve Hay
Diffstat (limited to 'cpan/Module-Load-Conditional/lib/Module/Load')
-rw-r--r--cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm b/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm
index 4affe866b8..850a7b65cd 100644
--- a/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm
+++ b/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm
@@ -18,7 +18,7 @@ BEGIN {
$FIND_VERSION $ERROR $CHECK_INC_HASH];
use Exporter;
@ISA = qw[Exporter];
- $VERSION = '0.32';
+ $VERSION = '0.34';
$VERBOSE = 0;
$DEPRECATED = 0;
$FIND_VERSION = 1;