Author tests
Tomas Doran [Tue, 1 Sep 2009 01:07:47 +0000 (01:07 +0000)]
Makefile.PL

index 40f87be..667a893 100644 (file)
@@ -5,6 +5,7 @@ BEGIN { # Make it easy for newbies
     if ($Module::Install::AUTHOR) {
         require Module::Install::AuthorRequires;
         require Module::Install::CheckConflicts;
+        require Module::Install::AuthorTests;
     }
 }
 perl_version '5.008006';
@@ -61,6 +62,7 @@ else {
         map  { glob } qw[t/*.t t/aggregate/*.t];
 }
 
+author_tests 't/author';
 author_requires(map {; $_ => 0 } qw(
   Test::NoTabs
   Test::Pod