Running module-starter

     module-starter --module="Modular::Stuff" --author="Joseph Brenner"\
     --email="doom@kzsu.stanford.edu" --builder="Module::Build" \
     --license="perl" --dir="/home/doom/dev/Modular-Stuff"
     
Does that seem too long? You can avoid repeating yourself with a config file: ~/.module-starter/config
     email:    doom@kzsu.stanford.edu
     author:   Joseph Brenner
     builder:  Module::Build
     license:  perl
     
Then the command line is just:
    module-starter --module="Modular::Stuff" --dir="/home/doom/dev/Modular-Stuff"
    

Joseph Brenner, 26 Jan 2010