[Jifty-commit] r4301 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Oct 24 11:30:36 EDT 2007


Author: sterling
Date: Wed Oct 24 11:30:34 2007
New Revision: 4301

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

Log:
 r13634 at riddle:  andrew | 2007-10-24 10:29:05 -0500
 Adding File::Temp 0.15 requirement for cleanup().


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Wed Oct 24 11:30:34 2007
@@ -36,6 +36,7 @@
 requires('File::MMagic');
 requires('File::ShareDir' => '0.04');
 requires('File::Spec' => '3.14');
+requires('File::Temp' => '0.15'); # we need cleanup()
 requires('HTML::Entities');
 requires('HTML::Lint');
 requires('HTML::Mason' => 1.3101);           # HTML::Mason::Exceptions HTML::Mason::FakeApache HTML::Mason::MethodMaker HTML::Mason::Request HTML::Mason::Utils


More information about the Jifty-commit mailing list