[Jifty-commit] r2190 - jifty/branches/template-declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Nov 22 08:55:39 EST 2006


Author: clkao
Date: Wed Nov 22 08:55:36 2006
New Revision: 2190

Modified:
   jifty/branches/template-declare/Makefile.PL

Log:
requires template::declare.

Modified: jifty/branches/template-declare/Makefile.PL
==============================================================================
--- jifty/branches/template-declare/Makefile.PL	(original)
+++ jifty/branches/template-declare/Makefile.PL	Wed Nov 22 08:55:36 2006
@@ -56,6 +56,7 @@
 requires('Shell::Command');
 requires('String::Koremutake');
 requires('SQL::ReservedWords');
+requires('Template::Declare');
 requires('UNIVERSAL::require');
 requires('URI');
 requires('XML::Writer' => '0.601');


More information about the Jifty-commit mailing list