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