Bump version
[catagits/DOM-Tiny.git] / lib / DOM / Tiny.pm
index cf226c4..ceb1eef 100644 (file)
@@ -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<Mojo::DOM58>.
 
-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 <dbook@cpan.org>
 
+Code and tests adapted from L<Mojo::DOM>, a lightweight DOM parser by the L<Mojolicious> 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</"AUTHOR"> and L</"CONTRIBUTORS"> 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<Mojo::DOM>, L<HTML::TreeBuilder>, L<XML::LibXML>, L<XML::Twig>, L<XML::Smart>
+
+=for Pod::Coverage TO_JSON
+
+=cut