[Catalyst-commits] r6346 - trunk/Catalyst-Engine-Apache

andyg at dev.catalyst.perl.org andyg at dev.catalyst.perl.org
Mon Apr 30 16:23:17 GMT 2007


Author: andyg
Date: 2007-04-30 16:23:16 +0100 (Mon, 30 Apr 2007)
New Revision: 6346

Modified:
   trunk/Catalyst-Engine-Apache/Makefile.PL
Log:
Apache engine: Only run the numeric tests

Modified: trunk/Catalyst-Engine-Apache/Makefile.PL
===================================================================
--- trunk/Catalyst-Engine-Apache/Makefile.PL	2007-04-30 09:14:15 UTC (rev 6345)
+++ trunk/Catalyst-Engine-Apache/Makefile.PL	2007-04-30 15:23:16 UTC (rev 6346)
@@ -5,5 +5,7 @@
 
 requires 'Catalyst::Runtime';
 
+tests 't/0*.t';
+
 auto_install;
 WriteAll;




More information about the Catalyst-commits mailing list