X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FDOM-Tiny.git;a=blobdiff_plain;f=Makefile.PL;h=b239eb5d76b9f7dad31d7aeb9dfb66c7c4fac9ee;hp=198749ae3c208c9cd6a467cec492fe46484f688f;hb=HEAD;hpb=f44b0eb9fd009aba77fa110ff28b7a9c88f5438a diff --git a/Makefile.PL b/Makefile.PL index 198749a..b239eb5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.041. +# 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 ", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 @@ -18,17 +18,17 @@ my %WriteMakefileArgs = ( "NAME" => "DOM::Tiny", "PREREQ_PM" => { "Carp" => 0, - "Class::Tiny::Chained" => 0, "Exporter" => 0, "List::Util" => 0, + "Mojo::DOM58" => 0, "Scalar::Util" => 0 }, "TEST_REQUIRES" => { "Encode" => 0, - "JSON::Tiny" => "0.41", + "JSON::PP" => 0, "Test::More" => "0.88" }, - "VERSION" => "0.001", + "VERSION" => "0.005", "test" => { "TESTS" => "t/*.t" } @@ -37,11 +37,11 @@ my %WriteMakefileArgs = ( my %FallbackPrereqs = ( "Carp" => 0, - "Class::Tiny::Chained" => 0, "Encode" => 0, "Exporter" => 0, - "JSON::Tiny" => "0.41", + "JSON::PP" => 0, "List::Util" => 0, + "Mojo::DOM58" => 0, "Scalar::Util" => 0, "Test::More" => "0.88" );