projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2e503ae
)
Use Module::Install built in detection of author mode
Tomas Doran [Tue, 8 Dec 2009 01:04:19 +0000 (
01:04
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
1b50c2d
..
44af576
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-29,7
+29,7
@@
author_requires 'Test::Inline';
author_requires 'File::Find::Rule';
author_requires 'Module::Info';
-if ( -d '.svn' || -d '.git' || $ENV{IS_MAINTAINER} ) {
+if ( $Module::Install::AUTHOR || $ENV{IS_MAINTAINER} ) {
system( $^X, 'author/extract-inline-tests' );
}