diff options
author | Chris Williams <chris@bingosnet.co.uk> | 2009-10-29 09:30:42 +0000 |
---|---|---|
committer | Chris Williams <chris@bingosnet.co.uk> | 2009-10-29 09:30:42 +0000 |
commit | 482aa6ffeb230a1cea9d05e9eb425b3d7fc09217 (patch) | |
tree | 3b7a01cb13928a6effbedd3c8d5674377a0c7aed /cpan/Module-Load-Conditional/lib/Module/Load | |
parent | 4eb5377437a6e3b0be43c6a1073e85d324abf5be (diff) | |
download | perl-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.pm | 2 |
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; |