add missing attribution
Dan Book [Thu, 12 Nov 2015 01:00:33 +0000 (20:00 -0500)]
META.json
Makefile.PL
README.pod
lib/DOM/Tiny.pm

index 30b084c..ad02918 100644 (file)
--- a/META.json
+++ b/META.json
    "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 <grinnz@grinnz.com>"
    ]
index 4df3382..4b415a2 100644 (file)
@@ -27,7 +27,7 @@ my %WriteMakefileArgs = (
     "JSON::PP" => 0,
     "Test::More" => "0.88"
   },
-  "VERSION" => "0.002",
+  "VERSION" => "0.003",
   "test" => {
     "TESTS" => "t/*.t"
   }
index 770409f..19c666e 100644 (file)
@@ -1118,6 +1118,8 @@ Report any issues on the public bugtracker.
 
 Dan Book <dbook@cpan.org>
 
+Code and tests adapted from L<Mojo::DOM> by the L<Mojolicious> team.
+
 =head1 CONTRIBUTORS
 
 =over
index e58b1c6..5c9a136 100644 (file)
@@ -1506,6 +1506,8 @@ Report any issues on the public bugtracker.
 
 Dan Book <dbook@cpan.org>
 
+Code and tests adapted from L<Mojo::DOM> by the L<Mojolicious> team.
+
 =head1 CONTRIBUTORS
 
 =over