1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: add =encoding to POD
This is an error in Perl 5.18
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=85630
Bug-Debian: https://bugs.debian.org/709828
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85630
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-05-26
--- a/lib/HTML/Prototype.pm
+++ b/lib/HTML/Prototype.pm
@@ -28,6 +28,8 @@
my $callbacks = [qw/uninitialized loading loaded interactive complete/];
my $ajax_options = [qw/url asynchronous method insertion form with/];
+=encoding latin1
+
=head1 NAME
HTML::Prototype - Generate HTML and Javascript for the Prototype library
|