On 11/18/05, Randy Kobes <[EMAIL PROTECTED]> wrote: > What looks like is happening is that search.cpan.org > (sometimes) converts links in the docs into things > of the form > http://search.cpan.org/perldoc?Module::Name > This seems to work if Module::Name is a registered name > (eg, a query in CPAN.pm turns up some information on > it), but doesn't for modules (or pure pod files) like > Rose::DB::Object::Tutorial for which CPAN.pm doesn't > know anything about (ie, it doesn't appear in the > CPAN/PAUSE indices).
Hm, okay, two questions. First, what do I do about it? Make the .pod into a .pm instead? That seems...icky. Second, why does this kind of linking work elsewhere? Example: The page: http://search.cpan.org/dist/Catalyst/lib/Catalyst.pm The source: http://search.cpan.org/src/MRAMBERG/Catalyst-5.56/lib/Catalyst.pm which contains the text: See L<Catalyst::Manual::Intro> for additional information. Which correctly links to: http://search.cpan.org/~mramberg/Catalyst-5.56/lib/Catalyst/Manual/Intro.pod Puzzling... -John