[libreadonly-perl] 05/06: Add a patch to fix a spelling mistake in the documentation.

gregor herrmann gregoa at debian.org
Thu Jun 26 18:56:21 UTC 2014


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

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

commit 2668a56281948999c68b21fa205cfa9ab1c0b427
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jun 26 20:54:07 2014 +0200

    Add a patch to fix a spelling mistake in the documentation.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 26 ++++++++++++++++++++++++++
 2 files changed, 27 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..c4ff5d0
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,26 @@
+Description: fix for a spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-06-26
+Forwarded: https://github.com/sanko/readonly/issues/7
+
+--- a/lib/Readonly.pm
++++ b/lib/Readonly.pm
+@@ -663,7 +663,7 @@
+ 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
+-installed and because it wasn't a required dependancy in most code, it made
++installed and because it wasn't a required dependency in most code, it made
+ downstream bugs very hard to track.
+ 
+ In the years since Readonly::XS was released, the then private internal
+@@ -676,7 +676,7 @@
+ 
+ =item * You do not need to install Readonly::XS.
+ 
+-=item * You should stop listing Readonly::XS as a dependancy or expect it to
++=item * You should stop listing Readonly::XS as a dependency or expect it to
+ be installed.
+ 
+ =item * Stop testing the C<$Readonly::XSokay> variable!

-- 
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