Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^4: A Guide to Installing Modules

by deedad (Initiate)
on Sep 26, 2009 at 07:16 UTC ( [id://797650]=note: print w/replies, xml ) Need Help??


in reply to Re^3: A Guide to Installing Modules
in thread A Guide to Installing Modules

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^5: A Guide to Installing Modules
by Anonymous Monk on Sep 26, 2009 at 10:48 UTC
    Here is a 1 minute review of your project perlmod.
    • reusing perlmod name
    • no requirements list,
    • no Makefile.PL
    • no pod
    • no strict,
    • no test suite
    • hand parsing of switches
    • raw shell escapes
    • code like
      if($install_module ne ""){ &installModule($install_module); return 0; }
    • no support for Module::Build
    • not an improvement over cpan or cpanp
    • no user base
    • single developer
    • marketing alpha quality code in a tutorial thread as 1st post
    I hope you have enjoyed writing this program, but no thanks, sorry.

Log In?
Username:
Password:

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

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

    No recent polls found