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
|