From f541799a78f3532741db76bd5caf8ce1862372cd Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Wed, 9 Feb 2011 21:57:08 +0000 Subject: [PATCH] Update Module-Load-Conditional to CPAN version 0.44 [DELTA] Changes for 0.44 Wed Feb 9 21:48:42 GMT 2011 ================================================= * Apply podchecker patch from Michael Stevens RT #65601 --- Porting/Maintainers.pl | 2 +- cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm | 4 ++-- pod/perldelta.pod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 8718a2a..603b5b9 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1046,7 +1046,7 @@ use File::Glob qw(:case); 'Module::Load::Conditional' => { 'MAINTAINER' => 'kane', - 'DISTRIBUTION' => 'BINGOS/Module-Load-Conditional-0.42.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-Load-Conditional-0.44.tar.gz', 'FILES' => q[cpan/Module-Load-Conditional], '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 f110e53..be8984e 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.42'; + $VERSION = '0.44'; $VERBOSE = 0; $DEPRECATED = 0; $FIND_VERSION = 1; @@ -85,7 +85,7 @@ and so forth. =head1 Methods -=head1 $href = check_install( module => NAME [, version => VERSION, verbose => BOOL ] ); +=head2 $href = check_install( module => NAME [, version => VERSION, verbose => BOOL ] ); C allows you to verify if a certain module is installed or not. You may call it with the following arguments: diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a326ead..a79b611 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -148,7 +148,7 @@ Module::Build::YAML has been deprecated in favor of L. =item * -C has been upgraded from version 0.40 to 0.42 +C has been upgraded from version 0.40 to 0.44 =item * -- 1.8.3.1