projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7930c68
)
Updated Module::Load::Conditional to cpan version 0.32
Chris Williams [Fri, 23 Oct 2009 21:00:37 +0000 (22:00 +0100)]
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
96a0a30
..
6a6d8b9
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-1033,7
+1033,7
@@
use File::Glob qw(:case);
'Module::Load::Conditional' =>
{
'MAINTAINER' => 'kane',
- 'DISTRIBUTION' => 'BINGOS/Module-Load-Conditional-0.31_01.tar.gz',
+ 'DISTRIBUTION' => 'BINGOS/Module-Load-Conditional-0.32.tar.gz',
'FILES' => q[cpan/Module-Load-Conditional],
'CPAN' => 1,
'UPSTREAM' => 'cpan',
diff --git
a/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm
b/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm
index
4754011
..
4affe86
100644
(file)
--- 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;