[Rt-commit] r19927 - rt/3.999/trunk
sartak at bestpractical.com
sartak at bestpractical.com
Sat Jun 6 05:15:51 EDT 2009
Author: sartak
Date: Sat Jun 6 05:15:51 2009
New Revision: 19927
Modified:
rt/3.999/trunk/Makefile.PL
Log:
Specify test deps with the rest of the dev deps
Modified: rt/3.999/trunk/Makefile.PL
==============================================================================
--- rt/3.999/trunk/Makefile.PL (original)
+++ rt/3.999/trunk/Makefile.PL Sat Jun 6 05:15:51 2009
@@ -4,7 +4,6 @@
version '3.999_01';
license 'GPLv2';
requires 'Jifty' => '0.80913';
-test_requires 'Test::MockTime';
requires(
'Digest::base' => 0,
@@ -93,6 +92,7 @@
'Test::Warn',
'Test::Builder' => '0.77',
'IPC::Run3',
+ 'Test::MockTime',
],
,
More information about the Rt-commit
mailing list