[libarray-compare-perl] 09/10: Create patch fixing typo in POD
Lucas Kanashiro
kanashiro at moszumanska.debian.org
Thu Jul 21 18:31:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro pushed a commit to branch master
in repository libarray-compare-perl.
commit 5c7311a6b9ccb58d2046aef4aeb0ff79cec50083
Author: Lucas Kanashiro <kanashiro at debian.org>
Date: Thu Jul 21 15:21:34 2016 -0300
Create patch fixing typo in POD
---
debian/changelog | 1 +
debian/patches/0001_fix-typos-in-manpage.patch | 26 ++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 28 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index c1d4bae..1af03a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ libarray-compare-perl (2.12-1) UNRELEASED; urgency=medium
* Bump debhelper compatibility level to 9
* debian/control: build depends on versioned libmodule-build-perl, it is not
satisfied in oldstable yet
+ * Create patch fixing typo in POD
-- Lucas Kanashiro <kanashiro at debian.org> Thu, 21 Jul 2016 14:46:22 -0300
diff --git a/debian/patches/0001_fix-typos-in-manpage.patch b/debian/patches/0001_fix-typos-in-manpage.patch
new file mode 100644
index 0000000..5ea009f
--- /dev/null
+++ b/debian/patches/0001_fix-typos-in-manpage.patch
@@ -0,0 +1,26 @@
+Description: Fix typos in POD
+Author: Lucas Kanashiro <kanashiro at debian.org>
+Last-Updated: 2016-07-21
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116376
+Bug: https://rt.cpan.org/Ticket/Display.html?id=116376
+
+--- a/lib/Array/Compare.pm
++++ b/lib/Array/Compare.pm
+@@ -62,7 +62,7 @@ character, either by passing and alterna
+
+ my $comp = Array::Compare->new(Sep => '|');
+
+-or by changing the seperator for an existing comparator object
++or by changing the separator for an existing comparator object
+
+ $comp->Sep('|');
+
+@@ -99,7 +99,7 @@ a full comparison which returns a list c
+ which differ between the two arrays. If the arrays are the same it returns
+ an empty list. In scalar context the full comparison returns the length of
+ this list (i.e. the number of elements that differ). You can access the full
+-comparision in two ways. Firstly, there is a C<DefFull> attribute. If this
++comparison in two ways. Firstly, there is a C<DefFull> attribute. If this
+ is C<true> then a full comparison if carried out whenever the C<compare>
+ method is called.
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1ecb6bf
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_fix-typos-in-manpage.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libarray-compare-perl.git
More information about the Pkg-perl-cvs-commits
mailing list