http://www.perlmonks.org?node_id=797650


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.