update git to 4.2.b
[html-element-library.git] / Makefile.PL
index fc8fbe3e385d82d369038c845784bcac06d9b924..6831d2896e726cf722ac9e91a5c2d5f9e2e2ba31 100644 (file)
@@ -2,28 +2,33 @@ use 5.006001;
 use ExtUtils::MakeMaker;
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
-WriteMakefile(
-    NAME              => 'HTML::Element::Library',
-    VERSION_FROM      => 'lib/HTML/Element/Library.pm', # finds $VERSION
-    PREREQ_PM         => {
-      Array::Group          => 1.00,
+WriteMakefile
+  (
+   NAME              => 'HTML::Element::Library',
+   VERSION_FROM      => 'lib/HTML/Element/Library.pm', # finds $VERSION
+   PREREQ_PM         => 
+   {
+    Array::Group          => 1.00,
 
-      File::Slurp           => 9999.06,
+    Moose => 0,
+    File::Slurp           => 9999.06,
 
-      HTML::PrettyPrinter   => 0.03,
-      HTML::Tree            => 3.19,
+    HTML::FillInForm => 0,
+    HTML::PrettyPrinter   => 0.03,
+    HTML::Tree            => 3.19,
 
-      List::Rotation::Cycle => 1.003,
-      List::MoreUtils       => 0.09,
+    List::Rotation::Cycle => 1.003,
+    List::MoreUtils       => 0.09,
 
-      Params::Validate      => 0.80,
+    Params::Validate      => 0.80,
 
-      Scalar::Listify       => 0.02,
-    }, 
-    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
-      (ABSTRACT_FROM  => 'lib/HTML/Element/Library.pm', # retrieve abstract from module
-       AUTHOR         => 'Terrence Brannon <terry@hcoop.net>') : ()),
-);
+    Scalar::Listify       => 0.02,
+   }, 
+   ($] >= 5.005 ?      ## Add these new keywords supported since 5.005
+    (
+
+     AUTHOR         => 'Terrence Brannon <tbone@cpan.org>') : ()),
+  );
 
 sub MY::postamble { q{
 
This page took 0.010181 seconds and 4 git commands to generate.