Codebase list libcatalyst-plugin-unicode-perl / 5ece956
add patch declaring POD encoding, fixing a POD error Damyan Ivanov 10 years ago
2 changed file(s) with 20 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: missing =encoding UTF-8 in POD
1 causes complains from pod2man in stricter error modes due to accented e
2 character
3 Author: Damyan Ivanov <dmn@debian.org>
4 Forwarded: not-needed
5 X-Comment the module is deprecated upsteram, so a cosmetic fix makes little
6 sense to forward
7
8 --- a/lib/Catalyst/Plugin/Unicode.pm
9 +++ b/lib/Catalyst/Plugin/Unicode.pm
10 @@ -35,6 +35,8 @@ sub prepare_parameters {
11
12 __END__
13
14 +=encoding UTF-8
15 +
16 =head1 NAME
17
18 Catalyst::Plugin::Unicode - Unicode aware Catalyst (old style)
0 pod-encoding.patch