add spew_e and spew_qe
[umph.git] / README
blobcfa2df747b25eca20ffdbcee2821346ac0b061d1
3     In brief
5 umph is a command line tool for parsing video links from Youtube feeds,
6 such as playlists, favorites and uploads. The parsed video links are
7 printed to the standard output each separated with a newline.
9 WWW: <http://umph.googlecode.com/>
10 GIT: <git://repo.or.cz/umph.git>
13 PREREQUISITES
15 See the Makefile.PL file.
18 INSTALLATION
20 You can skip this step, if you like, and instead just run "bin/umph".
21 This should work as long as the prerequisites are found.
23 If you choose to install:
25     * Highly recommended
26         - Remove / uninstall any earlier version you have installed
28     * You can specify install prefix with INSTALL_BASE
29         e.g. perl Makefile.PL INSTALL_BASE=/usr/local
31 To install:
33     perl Makefile.PL
34     make
35     make install
37   More: <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>
38    FAQ: <http://perldoc.perl.org/ExtUtils/MakeMaker/FAQ.html>