6 use ExtUtils::MakeMaker;
9 NAME => 'Umph::Prompt',
10 VERSION_FROM => 'lib/Umph/Prompt.pm', # finds $VERSION
11 BUILD_REQUIRES => {'ExtUtils::MakeMaker' => 0,},
12 CONFIGURE_REQUIRES => {'ExtUtils::MakeMaker' => 0,},
13 MIN_PERL_VERSION => 5.010001,
14 PREREQ_PM => {}, # e.g., Module::Name => 1.1
17 ? ## Add these new keywords supported since 5.005
20 'lib/Umph/Prompt.pm', # retrieve abstract from module
21 AUTHOR => 'Toni Gundogdu <legatvs at sign cpan org>'
27 PREOP => '@if test -f .git/HEAD; then \
28 git log --stat --name-only --date=short --abbrev-commit >ChangeLog; \
30 POSTOP => '@if test -f .git/HEAD; then \
31 git checkout ChangeLog; \