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

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Fri Dec 5 07:51:17 GMT 2008


Author: rafl
Date: 2008-12-05 07:51:17 +0000 (Fri, 05 Dec 2008)
New Revision: 8737

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
test_require Test::Aggregate if we're going to aggregate tests.

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2008-12-05 07:38:02 UTC (rev 8736)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2008-12-05 07:51:17 UTC (rev 8737)
@@ -41,6 +41,9 @@
         grep { $_ ne 't/aggregate.t' }
         map  { glob } qw[t/*.t t/aggregate/*.t];
 }
+else {
+    test_requires('Test::Aggregate', '0.34_01');
+}
 
 if (-e 'inc/.author') {
   build_requires 'Test::NoTabs';




More information about the Catalyst-commits mailing list