[libdata-rmap-perl] 06/07: Add a patch to fix a typo in the documentation.

gregor herrmann gregoa at debian.org
Wed Dec 28 19:36:37 UTC 2016


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

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

commit 1f311cb0b621ed66e5dd454fd0bad7bf6b5b0cc5
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 28 20:34:53 2016 +0100

    Add a patch to fix a typo in the documentation.
---
 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..1cfc241
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: spelling fix
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-12-28
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=119550
+Bug: https://rt.cpan.org/Ticket/Display.html?id=119550
+
+--- a/lib/Data/Rmap.pm
++++ b/lib/Data/Rmap.pm
+@@ -113,7 +113,7 @@
+  VALUE  - non-reference scalar, eg. 1
+  HASH   - hash reference
+  ARRAY  - array reference
+- SCALAR - scalar refernce, eg. \1
++ SCALAR - scalar reference, eg. \1
+  REF    - higher-level reference, eg. \\1, \\{}
+           B<NOT> any reference type, see <Scalar::Util>'s reftype:
+           perl -MScalar::Util=reftype -le 'print map reftype($_), \1, \\1'

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



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