1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: missing =encoding UTF-8 in POD
causes complains from pod2man in stricter error modes due to accented e
character
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: not-needed
X-Comment the module is deprecated upsteram, so a cosmetic fix makes little
sense to forward
--- a/lib/Catalyst/Plugin/Unicode.pm
+++ b/lib/Catalyst/Plugin/Unicode.pm
@@ -35,6 +35,8 @@ sub prepare_parameters {
__END__
+=encoding UTF-8
+
=head1 NAME
Catalyst::Plugin::Unicode - Unicode aware Catalyst (old style)
|