remove Build.PL, switch to tests_recursive, add auto_install
Matt S Trout [Wed, 7 May 2008 17:56:08 +0000 (17:56 +0000)]
Build.PL [deleted symlink]
Makefile.PL

diff --git a/Build.PL b/Build.PL
deleted file mode 120000 (symlink)
index 3931e8a..0000000
--- a/Build.PL
+++ /dev/null
@@ -1 +0,0 @@
-Makefile.PL
\ No newline at end of file
index 23fc743..4beb478 100644 (file)
@@ -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();