in reply to Re: POD link to example script in module distribution?
in thread POD link to example script in module distribution?

No, that stuff doesn't get installed, so you can't link to it.
Just curious: What if it does get installed via EXE_FILES => ['eg/example.pl'], in Makefile.PL?

Replies are listed 'Best First'.
Re^3: POD link to example script in module distribution?
by PodMaster (Abbot) on Aug 24, 2005 at 07:59 UTC
    See 'perldoc perlpod' and 'perldoc perlpodspec', but basically L<example> althrough that would be a poor thing to end up in a perl bin directory.

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.