use JSON::PP instead for test
[catagits/DOM-Tiny.git] / META.json
index 4b7d925..2ddf603 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.040, CPAN::Meta::Converter version 2.150005",
+   "generated_by" : "Dist::Zilla version 5.041, CPAN::Meta::Converter version 2.150005",
    "license" : [
       "artistic_2"
    ],
@@ -48,7 +48,8 @@
       },
       "test" : {
          "requires" : {
-            "JSON::Tiny" : "0.41",
+            "Encode" : "0",
+            "JSON::PP" : "0",
             "Test::More" : "0.88"
          }
       }
       }
    },
    "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "https://github.com/Grinnz/DOM-Tiny/issues"
+      },
+      "homepage" : "https://github.com/Grinnz/DOM-Tiny",
+      "repository" : {
+         "type" : "git",
+         "url" : "https://github.com/Grinnz/DOM-Tiny.git",
+         "web" : "https://github.com/Grinnz/DOM-Tiny"
+      }
+   },
    "version" : "0.001",
    "x_contributors" : [
       "Dan Book <grinnz@grinnz.com>"