saintmike has asked for the wisdom of the Perl Monks concerning the following question:
Is there a way to link from the POD in lib/Foo.pm to the source of the script in eg/example.pl?Makefile.PL lib/Foo.pm eg/example.pl ...
Seems like there's no way via a L<...> link (or is there?) and using a =for html directive to fix the HTML-formatted docs on sites like search.cpan.org is somewhat hacky. Any other ideas?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: POD link to example script in module distribution?
by PodMaster (Abbot) on Aug 24, 2005 at 00:38 UTC | |
by saintmike (Vicar) on Aug 24, 2005 at 06:09 UTC | |
by PodMaster (Abbot) on Aug 24, 2005 at 07:59 UTC |