[libphp-serialization-perl] 05/06: Patch POD documentation to add encoding information

ntyni at debian.org ntyni at debian.org
Sat Feb 17 16:49:47 UTC 2018


This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libphp-serialization-perl.

commit ca35220255cfea4c942e654966cac35ffe4198b3
Author: Niko Tyni <ntyni at debian.org>
Date:   Sat Feb 17 18:46:08 2018 +0200

    Patch POD documentation to add encoding information
---
 .../0001-Add-POD-encoding-information.patch        | 25 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/0001-Add-POD-encoding-information.patch b/debian/patches/0001-Add-POD-encoding-information.patch
new file mode 100644
index 0000000..43d60d3
--- /dev/null
+++ b/debian/patches/0001-Add-POD-encoding-information.patch
@@ -0,0 +1,25 @@
+From 6ba39426422a60deed6a1dce19e0ac1e399ed136 Mon Sep 17 00:00:00 2001
+From: Niko Tyni <ntyni at debian.org>
+Date: Sat, 17 Feb 2018 18:44:56 +0200
+Subject: [PATCH] Add POD encoding information
+
+---
+ lib/PHP/Serialization.pm | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/lib/PHP/Serialization.pm b/lib/PHP/Serialization.pm
+index 59a57c6..34cf1e9 100644
+--- a/lib/PHP/Serialization.pm
++++ b/lib/PHP/Serialization.pm
+@@ -13,6 +13,8 @@ $VERSION = '0.34';
+ @ISA = qw(Exporter);
+ @EXPORT_OK = qw(unserialize serialize);
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ PHP::Serialization - simple flexible means of converting the output of PHP's serialize() into the equivalent Perl memory structure, and vice versa.
+-- 
+2.16.1
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3055ecb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Add-POD-encoding-information.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libphp-serialization-perl.git



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