7 use ExtUtils
::MakeMaker
;
11 VERSION_FROM
=> 'bin/umph',
13 ?
( AUTHOR
=> 'Toni Gundogdu <legatvs at sign gmail com>',
14 'ABSTRACT' => 'Command line tool for parsing video links from Youtube feeds'
17 'VERSION_FROM' => 'bin/umph',
18 'EXE_FILES' => ['bin/umph'],
20 # Earlier versions may work. The module has been confirmed to work with:
21 'Getopt::ArgvFile' => 1.11, # <http://search.cpan.org/perldoc?Getopt::ArgvFile>
22 'XML::DOM' => 1.44, # <http://search.cpan.org/perldoc?XML::DOM>
23 'version' => 0.77, # <http://search.cpan.org/perldoc?version>
27 { 'man1/umph.1.pod' => '$(INST_MAN1DIR)/umph.$(MAN1EXT)' },
30 '@if test -f .git/HEAD; then \
31 git log --stat --after="Thu Feb 24 22:09:34 2011" >ChangeLog; \
34 '@if test -f .git/HEAD; then \
35 git checkout ChangeLog; \