[Jifty-commit] r4392 - Template-Declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Nov 7 23:26:20 EST 2007


Author: agentz
Date: Wed Nov  7 23:26:18 2007
New Revision: 4392

Modified:
   Template-Declare/Makefile.PL

Log:
[TD] added the missing dependency Class::ISA to Makefile.PL

Modified: Template-Declare/Makefile.PL
==============================================================================
--- Template-Declare/Makefile.PL	(original)
+++ Template-Declare/Makefile.PL	Wed Nov  7 23:26:18 2007
@@ -4,9 +4,12 @@
 license         'perl';
 author          'Jesse Vincent <jesse at bestpractical.com>';
 all_from        'lib/Template/Declare.pm';
+
 build_requires  'HTML::Lint';
 build_requires  'Test::More';
 build_requires  'Test::Warn';
 requires 'Class::Accessor::Fast';
 requires 'Class::Data::Inheritable';
+requires 'Class::ISA';
+
 WriteAll;


More information about the Jifty-commit mailing list