[Jifty-commit] r2971 - Template-Declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Mar 15 12:30:44 EDT 2007


Author: evdb
Date: Thu Mar 15 12:30:44 2007
New Revision: 2971

Modified:
   Template-Declare/Makefile.PL

Log:
Added 'Test::More' build dependency

Modified: Template-Declare/Makefile.PL
==============================================================================
--- Template-Declare/Makefile.PL	(original)
+++ Template-Declare/Makefile.PL	Thu Mar 15 12:30:44 2007
@@ -6,6 +6,7 @@
 all_from        'lib/Template/Declare.pm';
 build_requires  'HTML::Lint';
 build_requires  'Test::More';
+build_requires  'Test::Warn';
 requires 'Class::Accessor';
 requires 'Class::Data::Inheritable';
 WriteAll;


More information about the Jifty-commit mailing list