diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-02-09 21:57:08 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-02-09 21:57:08 +0000 |
commit | f541799a78f3532741db76bd5caf8ce1862372cd (patch) | |
tree | 570674c3e166fa85a3e828448281e544305d6c8c /cpan | |
parent | a4031803f83357f115182172bce9a625f97a5d70 (diff) | |
download | perl-f541799a78f3532741db76bd5caf8ce1862372cd.tar.gz |
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
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm b/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm index f110e53626..be8984e8ba 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<check_install> allows you to verify if a certain module is installed or not. You may call it with the following arguments: |