Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: modular app development - where do your modules live?

by Bloodnok (Vicar)
on Jul 20, 2009 at 14:30 UTC ( [id://781635]=note: print w/replies, xml ) Need Help??


in reply to modular app development - where do your modules live?

Hmmm, I'm obviously also not alone in being with your boss on this one.

I've never used Module::Starter - plain, good old h2xs has always fitted the bill perfectly well for me. With this make & make test are both dependencies of make install, so once the makefile has been generated, there's only ever one command to recall and re-run - and unless it's been Windoze-based perl/make session to a networked filesystem, any extra time spent is negligible ... to the point of being infinitesimally small.

The one thing I notice you haven't mentioned is the notion of unit test - the skeleton for which comes for free with h2xs (and possibly/probably Module::Starter) - and (as mentioned above) gets executed prior to installation - thus providing a far greater degree of confidence in the installed module (assuming adequate test script(s) coverage).

WRT ...adding another module would mean editing a MANIFEST file each time., you self-evidently haven't heard of make manifest (having first tidied up the development area).

A user level that continues to overstate my experience :-))

Replies are listed 'Best First'.
Re^2: modular app development - where do your modules live?
by Anonymous Monk on Jul 20, 2009 at 15:19 UTC
    Though its a little young, i like the stubs/layout Module::New generates

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://781635]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-24 20:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found