From: Dan Book Date: Thu, 12 Nov 2015 01:00:33 +0000 (-0500) Subject: add missing attribution X-Git-Tag: v0.003~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FDOM-Tiny.git;a=commitdiff_plain;h=7218d584be520047d85245f35ec5edc337ac9e13 add missing attribution --- diff --git a/META.json b/META.json index 30b084c..ad02918 100644 --- a/META.json +++ b/META.json @@ -61,11 +61,11 @@ "provides" : { "DOM::Tiny" : { "file" : "lib/DOM/Tiny.pm", - "version" : "0.002" + "version" : "0.003" }, "DOM::Tiny::Entities" : { "file" : "lib/DOM/Tiny/Entities.pm", - "version" : "0.002" + "version" : "0.003" } }, "release_status" : "stable", @@ -80,7 +80,7 @@ "web" : "https://github.com/Grinnz/DOM-Tiny" } }, - "version" : "0.002", + "version" : "0.003", "x_contributors" : [ "Dan Book " ] diff --git a/Makefile.PL b/Makefile.PL index 4df3382..4b415a2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -27,7 +27,7 @@ my %WriteMakefileArgs = ( "JSON::PP" => 0, "Test::More" => "0.88" }, - "VERSION" => "0.002", + "VERSION" => "0.003", "test" => { "TESTS" => "t/*.t" } diff --git a/README.pod b/README.pod index 770409f..19c666e 100644 --- a/README.pod +++ b/README.pod @@ -1118,6 +1118,8 @@ Report any issues on the public bugtracker. Dan Book +Code and tests adapted from L by the L team. + =head1 CONTRIBUTORS =over diff --git a/lib/DOM/Tiny.pm b/lib/DOM/Tiny.pm index e58b1c6..5c9a136 100644 --- a/lib/DOM/Tiny.pm +++ b/lib/DOM/Tiny.pm @@ -1506,6 +1506,8 @@ Report any issues on the public bugtracker. Dan Book +Code and tests adapted from L by the L team. + =head1 CONTRIBUTORS =over