[Rt-devel] CHALDEA-EXPERIMENTAL missing dep
Kevin Falcone
kevin at jibsheet.com
Wed Jul 13 10:36:29 EDT 2005
I installed CHALDEA yesterday in our testing environment here at work.
The popups for "pick a date" on the ticket entry forms require
Calendar::Simple to generate the calendar. However, testdeps
doesn't list that, so I hadn't installed it yet. I believe this is
the right place to patch.
Diff against the CHALDEA-EXPERIMENTAL branch
-kevin
Index: sbin/rt-test-dependencies.in
===================================================================
--- sbin/rt-test-dependencies.in (revision 3467)
+++ sbin/rt-test-dependencies.in (working copy)
@@ -181,6 +181,7 @@
Module::Versions::Report
Cache::Simple::TimedExpiry
XML::Simple
+Calendar::Simple
.
$deps{'MASON'} = [ _( << '.') ];
More information about the Rt-devel
mailing list