X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=META.json;h=ce3461fb1c2f5c55d0f8ad50becf253f6062a785;hb=14742a9c33b73de9cc14e2fa9938ce1ad5ba6f74;hp=30b084c59bc114b0799dfcbffb06423e9bb7a7bd;hpb=ba90904812100c8408eaa44df5886241e7c13319;p=catagits%2FDOM-Tiny.git diff --git a/META.json b/META.json index 30b084c..ce3461f 100644 --- a/META.json +++ b/META.json @@ -1,10 +1,10 @@ { - "abstract" : "Minimalistic HTML/XML DOM parser with CSS selectors", + "abstract" : "This is an empty subclass, you wanted Mojo::DOM58", "author" : [ "Dan Book " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.041, CPAN::Meta::Converter version 2.150005", + "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150001", "license" : [ "artistic_2" ], @@ -46,6 +46,7 @@ "Carp" : "0", "Exporter" : "0", "List::Util" : "0", + "Mojo::DOM58" : "0", "Scalar::Util" : "0", "perl" : "5.008001" } @@ -61,28 +62,25 @@ "provides" : { "DOM::Tiny" : { "file" : "lib/DOM/Tiny.pm", - "version" : "0.002" + "version" : "0.004" }, "DOM::Tiny::Entities" : { "file" : "lib/DOM/Tiny/Entities.pm", - "version" : "0.002" + "version" : "0.004" } }, "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" + "url" : "git://git.shadowcat.co.uk/catagits/DOM-Tiny.git", + "web" : "http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/DOM-Tiny.git" } }, - "version" : "0.002", + "version" : "0.004", "x_contributors" : [ - "Dan Book " + "Dan Book ", + "Matt S Trout " ] }