[Catalyst-commits] r10357 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Fri May 29 09:31:32 GMT 2009
Author: t0m
Date: 2009-05-29 09:31:32 +0000 (Fri, 29 May 2009)
New Revision: 10357
Modified:
Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Add Test::Exception in test_requires to Makefile.PL
Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-05-29 08:56:30 UTC (rev 10356)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-05-29 09:31:32 UTC (rev 10357)
@@ -41,6 +41,7 @@
test_requires 'Test::MockObject' => '1.07'; # Newish (hah, 2006!) version to
# hopefully avoid broken distro
# packages (RT#46104)
+test_requires 'Test::Exception';
# aggregate tests if AGGREGATE_TESTS is set and a recent Test::Aggregate is available
if ($ENV{AGGREGATE_TESTS} && can_use('Test::Aggregate', '0.34_01')) {
More information about the Catalyst-commits
mailing list