Bumping version to 5.90118
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Plugin / Unicode / Encoding.pm
CommitLineData
b4980992 1package Catalyst::Plugin::Unicode::Encoding;
2
f1cbbcf4 3# set artificially high to override all older versions.
b3b39a59 4# proper version comment included for packaging.
bd250c3e 5our $VERSION = '99.0'; # $VERSION = '5.90118';
b4980992 6
71;
8
b4980992 9=head1 NAME
10
11Catalyst::Plugin::Unicode::Encoding - Unicode aware Catalyst
12
b4980992 13=head1 DESCRIPTION
14
9c38cb50 15This plugin has been merged into core. This package only exists to clean out
16any existing versions on your installed system.
b4980992 17
18=head1 AUTHORS
19
1d4df70b 20Catalyst Contributors, see Catalyst.pm
b4980992 21
1d4df70b 22=head1 COPYRIGHT
b4980992 23
1d4df70b 24This library is free software. You can redistribute it and/or modify
25it under the same terms as Perl itself.
b4980992 26
27=cut