[Catalyst-commits] r11278 - Catalyst-Runtime/5.80/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Tue Sep 1 01:07:47 GMT 2009


Author: t0m
Date: 2009-09-01 01:07:47 +0000 (Tue, 01 Sep 2009)
New Revision: 11278

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Author tests

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-09-01 01:07:23 UTC (rev 11277)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-09-01 01:07:47 UTC (rev 11278)
@@ -5,6 +5,7 @@
     if ($Module::Install::AUTHOR) {
         require Module::Install::AuthorRequires;
         require Module::Install::CheckConflicts;
+        require Module::Install::AuthorTests;
     }
 }
 perl_version '5.008006';
@@ -61,6 +62,7 @@
         map  { glob } qw[t/*.t t/aggregate/*.t];
 }
 
+author_tests 't/author';
 author_requires(map {; $_ => 0 } qw(
   Test::NoTabs
   Test::Pod




More information about the Catalyst-commits mailing list