From: Matt S Trout Date: Wed, 7 May 2008 17:56:08 +0000 (+0000) Subject: remove Build.PL, switch to tests_recursive, add auto_install X-Git-Tag: 0_55~192 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=29772efc730081feaf1230c6edaf8f1cec9fce78;hp=7f785a28531b12a23f83266a6fc30d0a5cf53208;p=gitmo%2FMoose.git remove Build.PL, switch to tests_recursive, add auto_install --- diff --git a/Build.PL b/Build.PL deleted file mode 120000 index 3931e8a..0000000 --- a/Build.PL +++ /dev/null @@ -1 +0,0 @@ -Makefile.PL \ No newline at end of file diff --git a/Makefile.PL b/Makefile.PL index 23fc743..4beb478 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,9 @@ build_requires 'Test::More' => '0.62'; build_requires 'Test::Exception' => '0.21'; build_requires 'Test::LongString'; -tests('t/*.t t/*/*.t'); +tests_recursive; + +auto_install; WriteAll();