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