rmcgowan has asked for the wisdom of the Perl Monks concerning the following question:
I've been reading up on modules, packages and OOP, with the intention of creating an application which would be 'packaged' for distribution, using Module::Build.
So, I want to build the skeleton distribution hierarchy, but all the tools (h2xs, module-starter, ...) appear to create a skeleton for a single .pm file.
So, can anyone provide a pointer to tutorials or how-to's on building up one of these skeletons to support multiple .pm (class) files?
Thanks, Bob
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to create a distribution package with multiple class files
by ELISHEVA (Prior) on Feb 15, 2011 at 06:16 UTC | |
by rmcgowan (Sexton) on Feb 16, 2011 at 01:08 UTC |