[Rt-commit] r7791 - rt/branches/3.7-EXPERIMENTAL-TUNIS/sbin

clsung at bestpractical.com clsung at bestpractical.com
Tue May 8 23:03:31 EDT 2007


Author: clsung
Date: Tue May  8 23:03:31 2007
New Revision: 7791

Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/sbin/rt-test-dependencies.in

Log:
- add two necessary modules for 'make test'

Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/sbin/rt-test-dependencies.in	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/sbin/rt-test-dependencies.in	Tue May  8 23:03:31 2007
@@ -263,7 +263,8 @@
 Test::Expect 0.30
 Pod::Tests
 File::Find
-File::Find
+Test::Deep 0 # needed for 'make test'
+String::ShellQuote 0 # needed for 'make test'
 .
 
 $deps{'FASTCGI'} = [ text_to_hash( << '.') ];


More information about the Rt-commit mailing list