From: Shawn M Moore Date: Thu, 19 Feb 2009 06:46:50 +0000 (+0000) Subject: Move extract-inline-tests to author/ X-Git-Tag: 0.71~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c3ad9761b2a6ca31f9a8f1057b1d15d7444b56b0;hp=ae8817b61e2ad2ee7ebfee3d34ee5374f3c21396;p=gitmo%2FMoose.git Move extract-inline-tests to author/ --- diff --git a/Makefile.PL b/Makefile.PL index 382564e..5106e15 100644 --- 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