diff options
author | Chris Williams <chris@bingosnet.co.uk> | 2009-10-23 22:00:37 +0100 |
---|---|---|
committer | Chris Williams <chris@bingosnet.co.uk> | 2009-10-23 22:00:37 +0100 |
commit | 09a3950ca54c536fb488a12c7d11f935e18e02d0 (patch) | |
tree | 62d55258c9bc774c6a61f928397d157e7e2ffb84 /cpan/Module-Load-Conditional | |
parent | 7930c68bef8756f446d89fffb07160cf4a27f4cc (diff) | |
download | perl-09a3950ca54c536fb488a12c7d11f935e18e02d0.tar.gz |
Updated Module::Load::Conditional to cpan version 0.32
Diffstat (limited to 'cpan/Module-Load-Conditional')
-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 4754011b36..4affe866b8 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.31_01'; + $VERSION = '0.32'; $VERBOSE = 0; $DEPRECATED = 0; $FIND_VERSION = 1; |