burninate documentation for DOM::Tiny
[catagits/DOM-Tiny.git] / lib / DOM / Tiny.pm
CommitLineData
a292be34 1package DOM::Tiny;
2
3use strict;
4use warnings;
c0f0ce89 5use base qw(Mojo::DOM58);
d6512b50 6
a292be34 71;
8
d6512b50 9=encoding utf8
10
a292be34 11=head1 NAME
12
b1ec524b 13DOM::Tiny - This is an empty subclass, you wanted Mojo::DOM58
a292be34 14
b1ec524b 15=head1 IT'S DEAD, JIM.
a292be34 16
b1ec524b 17Development continues under the name L<Mojo::DOM58>.
d6512b50 18
b1ec524b 19This is an empty subclass thereof to avoid defecating on existing users
20from a great height, but you should still update your code.
a292be34 21
22=head1 AUTHOR
23
24Dan Book <dbook@cpan.org>
25
9ba11a91 26Code and tests adapted from L<Mojo::DOM>, a lightweight DOM parser by the L<Mojolicious> team.
7218d584 27
2d9f5165 28=head1 CONTRIBUTORS
29
30=over
31
32=item Matt S Trout (mst)
33
34=back
35
a292be34 36=head1 COPYRIGHT AND LICENSE
37
9ba11a91 38Copyright (c) 2008-2015 Sebastian Riedel.
39
40Copyright (c) 2015 L</"AUTHOR"> and L</"CONTRIBUTORS"> for adaptation to standalone format.
a292be34 41
42This is free software, licensed under:
43
44 The Artistic License 2.0 (GPL Compatible)
45
46=head1 SEE ALSO
47
31877452 48L<Mojo::DOM>, L<HTML::TreeBuilder>, L<XML::LibXML>, L<XML::Twig>, L<XML::Smart>
9a5f1e3f 49
50=for Pod::Coverage TO_JSON
51
52=cut