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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jan 26 03:50:02 EST 2007


Author: kevinr
Date: Fri Jan 26 03:50:02 2007
New Revision: 2569

Modified:
   jifty/branches/template-declare/   (props changed)
   jifty/branches/template-declare/Makefile.PL

Log:
 r17738 at sad-girl-in-snow:  kevinr | 2007-01-26 03:49:28 -0500
 * Make Test::Dependencies stop complaining about Template::Declare::Tags


Modified: jifty/branches/template-declare/Makefile.PL
==============================================================================
--- jifty/branches/template-declare/Makefile.PL	(original)
+++ jifty/branches/template-declare/Makefile.PL	Fri Jan 26 03:50:02 2007
@@ -58,7 +58,7 @@
 requires('Shell::Command');
 requires('String::Koremutake');
 requires('SQL::ReservedWords');
-requires('Template::Declare');
+requires('Template::Declare');                # Template::Declare::Tags
 requires('Test::Base');
 requires('UNIVERSAL::require');
 requires('URI');


More information about the Jifty-commit mailing list