[Jifty-commit] r586 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Feb 14 21:01:59 EST 2006


Author: trs
Date: Tue Feb 14 21:01:58 2006
New Revision: 586

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/Makefile.PL

Log:
 r8588 at wintermute:  tom | 2006-02-14 21:01:14 -0500
 Make sure Calendar::Simple is required for install


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Tue Feb 14 21:01:58 2006
@@ -8,6 +8,7 @@
 requires('CGI');                   # CGI::Fast
 requires('CGI::Cookie');
 requires('Cache::Cache'); #Cache::FileCache
+requires('Calendar::Simple');
 requires('Carp');
 requires('Class::Accessor');
 requires('Class::Container');


More information about the Jifty-commit mailing list