Add command-line options for setting path names without prompts.
commit87ed607e910b4a204ed66553ddf56f105ac9bf37
authorJustin Davis <jrcd83@gmail.com>
Wed, 22 Sep 2010 22:40:31 +0000 (22 15:40 -0700)
committerJustin Davis <jrcd83@gmail.com>
Wed, 22 Sep 2010 22:40:31 +0000 (22 15:40 -0700)
treed08fe578bb3a70d2feaa0b182988e3c400376e44
parenteaa0028a4b73f118fa9e049276eda879f5759bbe
Add command-line options for setting path names without prompts.

Adds use of Getopt::Long and Pod::Usage. Moves module checks down
in the file. These command-line options make packaging the module
easier because we avoid the user interaction.
Makefile.PL