v0.005 v0.005
Matt S Trout [Mon, 1 Aug 2016 16:10:48 +0000 (16:10 +0000)]
  - Gut tests to avoid having to keep them in sync with Mojo::DOM58 changes

Changes
META.json
Makefile.PL

diff --git a/Changes b/Changes
index a9dacd4..aff36a4 100644 (file)
--- 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
index ce3461f..5172fde 100644 (file)
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Dan Book <dbook@cpan.org>"
    ],
    "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"
    ],
    "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 <grinnz@grinnz.com>",
       "Matt S Trout <mst@shadowcat.co.uk>"
index 03df229..b239eb5 100644 (file)
@@ -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"
   }