projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ae8817b
)
Move extract-inline-tests to author/
Shawn M Moore [Thu, 19 Feb 2009 06:46:50 +0000 (06:46 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
author/extract-inline-tests
[moved from
extract-inline-tests
with 100% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
382564e
..
5106e15
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-21,7
+21,7
@@
test_requires 'Test::More' => '0.77';
test_requires 'Test::Exception' => '0.21';
if ( -d '.svn' || -d '.git' || $ENV{IS_MAINTAINER} ) {
- system( $^X, 'extract-inline-tests' );
+ system( $^X, 'author/extract-inline-tests' );
}
tests_recursive();
diff --git
a/extract-inline-tests
b/author/extract-inline-tests
similarity index 100%
rename from
extract-inline-tests
rename to
author/extract-inline-tests