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