Bump version
[catagits/DOM-Tiny.git] / lib / DOM / Tiny / Entities.pm
CommitLineData
d6512b50 1package DOM::Tiny::Entities;
2
3use strict;
4use warnings;
d6512b50 5use Exporter 'import';
159313a9 6use Mojo::DOM58::Entities qw(html_escape html_unescape);
d6512b50 7
39b3bd8c 8our $VERSION = '0.005';
927f1351 9
e085469f 10our @EXPORT_OK = qw(html_escape html_unescape);
d6512b50 11
d6512b50 121;
13
14=encoding utf8
15
16=head1 NAME
17
159313a9 18DOM::Tiny::Entities - This is an empty re-exporter, you wanted Mojo::DOM58::Entities
d6512b50 19
159313a9 20=head1 IT'S DEAD, JIM.
d6512b50 21
159313a9 22Development continues under the name L<Mojo::DOM58::Entities>.
e085469f 23
159313a9 24This is an empty re-exporter therefor to avoid defecating on existing users
25from a great height, but you should still update your code.
d6512b50 26
27=head1 AUTHOR
28
29Dan Book <dbook@cpan.org>
30
31=head1 COPYRIGHT AND LICENSE
32
33This software is Copyright (c) 2015 by Dan Book.
34
35This is free software, licensed under:
36
37 The Artistic License 2.0 (GPL Compatible)
38
39=head1 SEE ALSO
40
41L<HTML::Entities>
42
43=cut