[Rt-commit] r6872 - rt/branches/3.6-RELEASE/sbin

ruz at bestpractical.com ruz at bestpractical.com
Thu Feb 1 21:55:20 EST 2007


Author: ruz
Date: Thu Feb  1 21:55:19 2007
New Revision: 6872

Modified:
   rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in

Log:
* Term::ReadKey is used in CLI only

Modified: rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in	(original)
+++ rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in	Thu Feb  1 21:55:19 2007
@@ -176,7 +176,6 @@
 Time::ParseDate
 Time::HiRes 
 File::Temp
-Term::ReadKey
 Text::Autoformat
 Text::Quoted 1.3
 Tree::Simple 1.04
@@ -217,6 +216,7 @@
 
 $deps{'CLI'} = [ _( << '.') ];
 Getopt::Long 2.24
+Term::ReadKey
 .
 
 $deps{'DEV'} = [ _( << '.') ];


More information about the Rt-commit mailing list