[Jifty-commit] r458 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jan 5 10:17:47 EST 2006


Author: jesse
Date: Thu Jan  5 10:17:46 2006
New Revision: 458

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

Log:
 r22131 at truegrounds:  jesse | 2006-01-05 16:16:07 +0100
 * Added a missing Module::Install dependency from Rob Kinyon.


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Thu Jan  5 10:17:46 2006
@@ -42,6 +42,7 @@
 requires('Locale::Maketext::Simple');
 requires('Log::Log4perl');
 requires('Math::BigInt');
+requires('Module::Install' => '0.50');
 requires('Module::Pluggable' => '2.95');
 requires('Module::Refresh');
 requires('Pod::Simple::Text');


More information about the Jifty-commit mailing list