[SCM] Debian packaging of libhtml-prototype-perl branch, master, updated. 02e2c1ac46e65348c9f487b3b2a8153ad95cc074

gregor herrmann gregoa at debian.org
Sun May 26 15:42:31 UTC 2013


The following commit has been merged in the master branch:
commit 08a258eb5db738dba625b320c4f5fff70ee8698e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 26 17:32:16 2013 +0200

    Add a patch to fix POD encoding.
    
    Closes: #709828

diff --git a/debian/patches/pod-encoding b/debian/patches/pod-encoding
new file mode 100644
index 0000000..e914b48
--- /dev/null
+++ b/debian/patches/pod-encoding
@@ -0,0 +1,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: http://bugs.debian.org/709828
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85630
+Author: gregor herrmann <gregoa at 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
diff --git a/debian/patches/series b/debian/patches/series
index b75e09d..c96f1ef 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ use-system-prototype
 use-system-scriptaculous-controls
 use-system-scriptaculous-dragdrop
 use-system-scriptaculous-effects
+pod-encoding

-- 
Debian packaging of libhtml-prototype-perl



More information about the Pkg-perl-cvs-commits mailing list