5.10 is actually required for possessive quantifiers
[catagits/DOM-Tiny.git] / Makefile.PL
diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100644 (file)
index 198749a..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.041.
-use strict;
-use warnings;
-
-use 5.008001;
-
-use ExtUtils::MakeMaker;
-
-my %WriteMakefileArgs = (
-  "ABSTRACT" => "Minimalistic HTML/XML DOM parser with CSS selectors",
-  "AUTHOR" => "Dan Book <dbook\@cpan.org>",
-  "CONFIGURE_REQUIRES" => {
-    "ExtUtils::MakeMaker" => 0
-  },
-  "DISTNAME" => "DOM-Tiny",
-  "LICENSE" => "artistic_2",
-  "MIN_PERL_VERSION" => "5.008001",
-  "NAME" => "DOM::Tiny",
-  "PREREQ_PM" => {
-    "Carp" => 0,
-    "Class::Tiny::Chained" => 0,
-    "Exporter" => 0,
-    "List::Util" => 0,
-    "Scalar::Util" => 0
-  },
-  "TEST_REQUIRES" => {
-    "Encode" => 0,
-    "JSON::Tiny" => "0.41",
-    "Test::More" => "0.88"
-  },
-  "VERSION" => "0.001",
-  "test" => {
-    "TESTS" => "t/*.t"
-  }
-);
-
-
-my %FallbackPrereqs = (
-  "Carp" => 0,
-  "Class::Tiny::Chained" => 0,
-  "Encode" => 0,
-  "Exporter" => 0,
-  "JSON::Tiny" => "0.41",
-  "List::Util" => 0,
-  "Scalar::Util" => 0,
-  "Test::More" => "0.88"
-);
-
-
-unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
-  delete $WriteMakefileArgs{TEST_REQUIRES};
-  delete $WriteMakefileArgs{BUILD_REQUIRES};
-  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
-}
-
-delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
-  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
-
-WriteMakefile(%WriteMakefileArgs);