);
WriteMakefile(
- NAME => $name,
- AUTHOR => 'Vincent Pit <perl@profvince.com>',
- LICENSE => 'perl',
- VERSION_FROM => 'lib/App/Rgit.pm',
- ABSTRACT => 'Recursively execute a command on all the git repositories in a directory tree.',
- PL_FILES => { },
- EXE_FILES => [ 'bin/rgit' ],
- PREREQ_PM => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.008,
- META_MERGE => \%META,
- dist => {
- PREOP => 'pod2text bin/rgit > $(DISTVNAME)/README',
- COMPRESS => 'gzip -9f', SUFFIX => 'gz'
- },
- clean => {
- FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt"
- }
+ NAME => $name,
+ AUTHOR => 'Vincent Pit <perl@profvince.com>',
+ LICENSE => 'perl',
+ VERSION_FROM => 'lib/App/Rgit.pm',
+ ABSTRACT => 'Recursively execute a command on all the git repositories in a directory tree.',
+ PL_FILES => { },
+ EXE_FILES => [ 'bin/rgit' ],
+ PREREQ_PM => \%PREREQ_PM,
+ MIN_PERL_VERSION => 5.008,
+ META_MERGE => \%META,
+ dist => {
+ PREOP => 'pod2text bin/rgit > $(DISTVNAME)/README',
+ COMPRESS => 'gzip -9f', SUFFIX => 'gz'
+ },
+ clean => {
+ FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt"
+ }
);