File: pod.patch

package info (click to toggle)
libclass-std-perl 0.011-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 352 kB
  • ctags: 122
  • sloc: perl: 871; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: add =encoding, some POD tools are more picky now
Origin: vendor
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=78196
Bug-Debian: http://bugs.debian.org/709765
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=78196
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-05-25

--- a/lib/Class/Std.pm
+++ b/lib/Class/Std.pm
@@ -613,6 +613,8 @@
 1; # Magic true value required at end of module
 __END__
 
+=encoding ISO-8859-1
+
 =head1 NAME
 
 Class::Std - Support for creating standard "inside-out" classes