[Jifty-commit] r4989 - jifty/trunk

Jifty commits jifty-commit at lists.jifty.org
Sun Feb 3 14:44:36 EST 2008


Author: sartak
Date: Sun Feb  3 14:44:22 2008
New Revision: 4989

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

Log:
 r51343 at onn:  sartak | 2008-02-03 14:43:38 -0500
 Dependency on URI::Escape (which we're already using, probably pulled in by Mason)


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Sun Feb  3 14:44:22 2008
@@ -79,6 +79,7 @@
 requires('WWW::Mechanize' => 1.30 ),
 requires('UNIVERSAL::require');
 requires('URI' => 1.31);
+requires('URI::Escape');
 requires('XML::Writer' => '0.601');
 requires('XML::Simple');
 requires('XML::XPath');


More information about the Jifty-commit mailing list