Module-starter is cool. I always use that for my packages management.
First of all, you should not use h2xs, but rather Dist-Zilla or Module-Starter
(https://metacpan.org/release/Module-Starter ).
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beg
Hi Alex,
On Wed, 8 Oct 2014 19:59:12 +0200
Alex Becker wrote:
> Hi!
>
> When creating the base for a new CPAN module using h2xs (e.g. with the
> command h2xs -b 5.10 -XA -n Super::Duper::Module), there is a lib folder
> created.
First of all, you should not use h2xs, but rather Dist-Zilla or M
Hi!
When creating the base for a new CPAN module using h2xs (e.g. with the
command h2xs -b 5.10 -XA -n Super::Duper::Module), there is a lib folder
created.
In this lib folder, the name space is mirrored by a directory tree (e.g.
lib/Super/Duper/Module.ppm).
Now, while browsing CPAN, I noticed s