Bump version
[catagits/DOM-Tiny.git] / Makefile.PL
index 7b1e928..b239eb5 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.042.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.047.
 use strict;
 use warnings;
 
@@ -7,7 +7,7 @@ use 5.008001;
 use ExtUtils::MakeMaker;
 
 my %WriteMakefileArgs = (
-  "ABSTRACT" => "Minimalistic HTML/XML DOM parser with CSS selectors",
+  "ABSTRACT" => "This is an empty subclass, you wanted Mojo::DOM58",
   "AUTHOR" => "Dan Book <dbook\@cpan.org>",
   "CONFIGURE_REQUIRES" => {
     "ExtUtils::MakeMaker" => 0
@@ -20,6 +20,7 @@ my %WriteMakefileArgs = (
     "Carp" => 0,
     "Exporter" => 0,
     "List::Util" => 0,
+    "Mojo::DOM58" => 0,
     "Scalar::Util" => 0
   },
   "TEST_REQUIRES" => {
@@ -27,7 +28,7 @@ my %WriteMakefileArgs = (
     "JSON::PP" => 0,
     "Test::More" => "0.88"
   },
-  "VERSION" => "0.003",
+  "VERSION" => "0.005",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -40,6 +41,7 @@ my %FallbackPrereqs = (
   "Exporter" => 0,
   "JSON::PP" => 0,
   "List::Util" => 0,
+  "Mojo::DOM58" => 0,
   "Scalar::Util" => 0,
   "Test::More" => "0.88"
 );