Re: Why to use a lib folder for a CPAN module

2014-10-09 Thread Ken Peng
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

Re: Why to use a lib folder for a CPAN module

2014-10-09 Thread Shlomi Fish
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

Why to use a lib folder for a CPAN module

2014-10-08 Thread Alex Becker
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