Added Class::MakeMethods to the requirements.
Ben Faga [Thu, 26 May 2005 19:45:43 +0000 (19:45 +0000)]
Build.PL

index 619891b..d845b76 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -1,4 +1,4 @@
-# $Id: Build.PL,v 1.5 2005-05-18 16:17:41 grommit Exp $
+# $Id: Build.PL,v 1.6 2005-05-26 19:45:43 mwz444 Exp $
 
 use strict;
 use Module::Build;
@@ -21,6 +21,7 @@ my $builder           =  Module::Build->new(
     requires          => {
         'Class::Base'              => 0,
         'Class::Data::Inheritable' => 0.02,
+        'Class::MakeMethods'       => 0,
         'IO::Dir'                  => 0,
         'Log::Log4perl'            => 0,
         'Template'                 => 2.10,