7 use ExtUtils
::MakeMaker
;
12 VERSION_FROM
=> 'bin/umph',
14 'Getopt::ArgvFile' => 1.11,
18 'ExtUtils::MakeMaker' => 0,
20 CONFIGURE_REQUIRES
=> {
21 'ExtUtils::MakeMaker' => 0,
23 MIN_PERL_VERSION
=> 5.010001,
25 (ABSTRACT_FROM
=> 'doc/man1/umph.1.pod',
26 AUTHOR
=> 'Toni Gundogdu <legatvs@cpan.org>') : ()),
28 'EXE_FILES' => ['bin/umph'],
30 {'doc/man1/umph.1.pod' => '$(INST_MAN1DIR)/umph.$(MAN1EXT)'},
32 PREOP
=> '@if test -f .git/HEAD; then \
33 git log --stat --name-only --date=short --abbrev-commit \
34 --after="Thu Feb 24 22:09:34 2011" > ChangeLog; \
36 POSTOP
=> '@if test -f .git/HEAD; then \
37 git checkout ChangeLog; \