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