From: Matt S Trout Date: Mon, 1 Aug 2016 16:10:48 +0000 (+0000) Subject: v0.005 X-Git-Tag: v0.005^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2Fv0.005;hp=14742a9c33b73de9cc14e2fa9938ce1ad5ba6f74;p=catagits%2FDOM-Tiny.git v0.005 - Gut tests to avoid having to keep them in sync with Mojo::DOM58 changes --- diff --git a/Changes b/Changes index a9dacd4..aff36a4 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,6 @@ {{$NEXT}} + +0.005 2016-08-01 16:10:40 UTC - Gut tests to avoid having to keep them in sync with Mojo::DOM58 changes 0.004 2016-04-10 15:09:07 UTC diff --git a/META.json b/META.json index ce3461f..5172fde 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Dan Book " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150001", + "generated_by" : "Dist::Zilla version 5.047, CPAN::Meta::Converter version 2.150005", "license" : [ "artistic_2" ], @@ -62,11 +62,11 @@ "provides" : { "DOM::Tiny" : { "file" : "lib/DOM/Tiny.pm", - "version" : "0.004" + "version" : "0.005" }, "DOM::Tiny::Entities" : { "file" : "lib/DOM/Tiny/Entities.pm", - "version" : "0.004" + "version" : "0.005" } }, "release_status" : "stable", @@ -77,7 +77,7 @@ "web" : "http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/DOM-Tiny.git" } }, - "version" : "0.004", + "version" : "0.005", "x_contributors" : [ "Dan Book ", "Matt S Trout " diff --git a/Makefile.PL b/Makefile.PL index 03df229..b239eb5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.043. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.047. use strict; use warnings; @@ -28,7 +28,7 @@ my %WriteMakefileArgs = ( "JSON::PP" => 0, "Test::More" => "0.88" }, - "VERSION" => "0.004", + "VERSION" => "0.005", "test" => { "TESTS" => "t/*.t" }