Move extract-inline-tests to author/
[gitmo/Moose.git] / Makefile.PL
index 382564e..5106e15 100644 (file)
@@ -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();