[libreadonly-perl] 08/09: Add a patch to fix a spelling mistake in the POD.

gregor herrmann gregoa at debian.org
Fri May 6 19:13:47 UTC 2016


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

gregoa pushed a commit to branch master
in repository libreadonly-perl.

commit 254b901f23e90a9887b125595a7b470e4fb40df5
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 6 21:12:13 2016 +0200

    Add a patch to fix a spelling mistake in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..7b8a548
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a typo in the POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-05-06
+Forwarded: https://github.com/sanko/readonly/issues/21
+Bug: https://github.com/sanko/readonly/issues/21
+
+--- a/lib/Readonly.pm
++++ b/lib/Readonly.pm
+@@ -697,7 +697,7 @@
+ To 'fix' this, Readonly::XS was written. If installed, Readonly::XS used the
+ internal methods C<SvREADONLY> and C<SvREADONLY_on> to lock simple scalars. On
+ the surface, everything was peachy but things weren't the same behind the
+-scenes. In edge cases, code perfromed very differently if Readonly::XS was
++scenes. In edge cases, code performed very differently if Readonly::XS was
+ installed and because it wasn't a required dependency in most code, it made
+ downstream bugs very hard to track.
+ 

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



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