[Catalyst-commits] r6347 - trunk/Catalyst-Engine-HTTP-POE

andyg at dev.catalyst.perl.org andyg at dev.catalyst.perl.org
Mon Apr 30 16:27:57 GMT 2007


Author: andyg
Date: 2007-04-30 16:27:51 +0100 (Mon, 30 Apr 2007)
New Revision: 6347

Modified:
   trunk/Catalyst-Engine-HTTP-POE/Makefile.PL
Log:
POE engine: only run the numeric tests

Modified: trunk/Catalyst-Engine-HTTP-POE/Makefile.PL
===================================================================
--- trunk/Catalyst-Engine-HTTP-POE/Makefile.PL	2007-04-30 15:23:16 UTC (rev 6346)
+++ trunk/Catalyst-Engine-HTTP-POE/Makefile.PL	2007-04-30 15:27:51 UTC (rev 6347)
@@ -6,5 +6,7 @@
 requires 'Catalyst::Runtime';
 requires 'POE';
 
+tests 't/0*.t';
+
 auto_install;
 WriteAll;




More information about the Catalyst-commits mailing list