Hi Sebastien!
On Thu, 9 Oct 2014 23:16:51 +0200
Sebastien Feugere wrote:
> You can put a simple example in the POD's "SYNOPSYS" section of your module
> as you can find on most of Perl modules (check a random CPAN module to see).
>
> See :
> * http://juerd.nl/site.plp/perlpodtut
> * http://
Hi Alex,
On Thu, 9 Oct 2014 22:52:19 +0200
Alex Becker wrote:
> Hi all!
>
> Similar to my question about the lib folder of a Perl module, I would like
> to knoe where one should put example scripts in a CPAN distribution.
>
> I've seen modules using an eg folder and I'm always tempted to use a
Hm, I was thinking about more sophisticated examples, showing distinct, common
use cases. That is, for example, code which is too lengthy to be included in
the POD. Maybe something that will run out of the box.
I'm looking for a place for code that I consider disturbing when included in
the modu
You can put a simple example in the POD's "SYNOPSYS" section of your module
as you can find on most of Perl modules (check a random CPAN module to see).
See :
* http://juerd.nl/site.plp/perlpodtut
* http://perldoc.perl.org/perlpodstyle.html
~$&bast1
On Thu, Oct 9, 2014 at 10:52 PM, Alex Bec
Hi all!
Similar to my question about the lib folder of a Perl module, I would like
to knoe where one should put example scripts in a CPAN distribution.
I've seen modules using an eg folder and I'm always tempted to use a more
mnemonic version: examples.
Is there a best practice? I know of TIMTOW