Skip Menu |

This queue is for tickets about the Module-Load-Conditional CPAN distribution.

Report information
The Basics
Id: 65601
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Module-Load-Conditional

People
Owner: BINGOS [...] cpan.org
Requestors: MSTEVENS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.42
Fixed in: (no value)



Subject: fix pod warnings against podchecker
Not enough podchecker love, and badly nesting head tags: mstevens@osaka:~/Module-Load-Conditional-0.42/lib/Module/Load % podchecker * *** WARNING: empty section in previous paragraph at line 88 in file Conditional.pm Conditional.pm pod syntax OK. Attached diff provides more love.
Subject: mlc.diff
diff -urN Module-Load-Conditional-0.42.orig/lib/Module/Load/Conditional.pm Module-Load-Conditional-0.42/lib/Module/Load/Conditional.pm --- Module-Load-Conditional-0.42.orig/lib/Module/Load/Conditional.pm 2011-02-09 15:25:46.000000000 +0000 +++ Module-Load-Conditional-0.42/lib/Module/Load/Conditional.pm 2011-02-09 21:31:53.000000000 +0000 @@ -85,7 +85,7 @@ =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:
Many thanks. Applied and 0.44 on its way to CPAN and blead. Show quoted text
>:)