Subject: | Error in POD format? |
After installing the module on Windows, I see on the command prompt:
===============================================
Show quoted text
> perl -we "use Capture::Tiny;"
Show quoted text> perldoc -l Capture::Tiny
No documentation found for "Capture::Tiny".
===============================================
We can see from this, that the module can be found, but the perldocs
can't be displayed. I'm not a specialist in Perldoc syntax, but mustn't
be the first POD markup be =head1? In this module, the first POD
directive is
=begin
Ronald