9 * Perl 5.10.1+ <http://perl.org/>
10 * Getopt::ArgvFile <http://search.cpan.org/perldoc?Getopt::ArgvFile>
11 * XML::DOM <http://search.cpan.org/perldoc?XML::DOM>
16 * Umph::Prompt <http://umph.googlecode.com/>
19 Additionally, to install:
20 -------------------------
22 * ExtUtils::MakeMaker <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>
31 Uninstall earlier versions of umph if you have any installed.
42 * Note that you can specify install prefix with INSTALL_BASE
43 e.g. perl Makefile.PL INSTALL_BASE=/usr/local
45 Recommended reading if you are new to ExtUtils::MakeMaker:
46 * <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>
47 * <http://perldoc.perl.org/ExtUtils/MakeMaker/FAQ.html>
52 If you do not want to install umph (and Umph::Prompt),
53 here is one way to work around that:
55 export PERL5LIB=/path/to/untarred/Umph-Prompt/lib/
56 export PATH=$PATH:/path/to/untarred/umph/bin/
60 vim: set ts=2 sw=2 tw=72 expandtab: