[Jifty-commit] r1146 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jun 2 15:12:48 EDT 2006


Author: jesse
Date: Fri Jun  2 15:12:48 2006
New Revision: 1146

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

Log:
 r12092 at pinglin:  jesse | 2006-06-02 15:12:10 -0400
 * We depend on XML::Simple


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Fri Jun  2 15:12:48 2006
@@ -54,6 +54,7 @@
 requires('URI');
 requires('WWW::Mechanize' => 1.12);
 requires('XML::Writer');
+requires('XML::Simple');
 requires('XML::XPath');
 requires('version');
 


More information about the Jifty-commit mailing list