CHALDEA-EXPERIMENTAL missing dep

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’} = [ _( << ‘.’) ];

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.

Thanks Kevin; applied.

–dave
Code Monkey, Best Practical Solutions
David Glasser | glasser@bestpractical.com