X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDOM%2FTiny.pm;h=ceb1eef429a7d2df86a572f7f6fc69e4189a4432;hb=39b3bd8c0a238f7dae32daffd2166783486cf64b;hp=cf226c4cd82bf9872956c6bf1cb20a7a98aa8118;hpb=a292be342745c12aa805e7aca023756ad824f5d4;p=catagits%2FDOM-Tiny.git diff --git a/lib/DOM/Tiny.pm b/lib/DOM/Tiny.pm index cf226c4..ceb1eef 100644 --- a/lib/DOM/Tiny.pm +++ b/lib/DOM/Tiny.pm @@ -2,30 +2,44 @@ package DOM::Tiny; use strict; use warnings; +use base qw(Mojo::DOM58); -our $VERSION = '0.001'; +our $VERSION = '0.005'; 1; -=head1 NAME +=encoding utf8 -DOM::Tiny - Module abstract +=head1 NAME -=head1 SYNOPSIS +DOM::Tiny - This is an empty subclass, you wanted Mojo::DOM58 -=head1 DESCRIPTION +=head1 IT'S DEAD, JIM. -=head1 BUGS +Development continues under the name L. -Report any issues on the public bugtracker. +This is an empty subclass thereof to avoid defecating on existing users +from a great height, but you should still update your code. =head1 AUTHOR Dan Book +Code and tests adapted from L, a lightweight DOM parser by the L team. + +=head1 CONTRIBUTORS + +=over + +=item Matt S Trout (mst) + +=back + =head1 COPYRIGHT AND LICENSE -This software is Copyright (c) 2015 by Dan Book. +Copyright (c) 2008-2015 Sebastian Riedel. + +Copyright (c) 2015 L and L for adaptation to standalone format. This is free software, licensed under: @@ -33,3 +47,8 @@ This is free software, licensed under: =head1 SEE ALSO +L, L, L, L, L + +=for Pod::Coverage TO_JSON + +=cut