Try this with Pod::ParseUtils which comes with perl 5.8.0:
perl -MPod::ParseUtils -e 'warn Pod::Hyperlink->new("Inline::C-Cookbook")->page'
returns nothing, but expected was "Inline::C-Cookbook". The problem is
obvious: Pod::ParseUtils only recognizes valid perl module names
(without a dash), but "Inline::C-Cookbook" is just a pure
documentation pod. How to solve this problem: rename
Inline::C-Cookbook? Allow Pod::Hyperlink to recognize also links which
are non-valid perl module names?
Regards,
Slaven
--
Slaven Rezic - [EMAIL PROTECTED]
BBBike - route planner for cyclists in Berlin
WWW version: http://www.bbbike.de
Perl/Tk version for Unix and Windows: http://bbbike.sourceforge.net