[libtest2-suite-perl] 03/06: Add a patch to fix the spelling in the POD.
gregor herrmann
gregoa at debian.org
Sat Jul 30 15:30:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libtest2-suite-perl.
commit 9dd0a7d3c2eb9712d12331b4deee2ef91e6a2430
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jul 30 17:18:31 2016 +0200
Add a patch to fix the spelling 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..b256549
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix spelling
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-07-30
+Forwarded: https://github.com/Test-More/Test2-Suite/issues/48
+Bug: https://github.com/Test-More/Test2-Suite/issues/48
+
+--- a/lib/Test2/Require/Fork.pm
++++ b/lib/Test2/Require/Fork.pm
+@@ -48,7 +48,7 @@
+ sub CAN_FORK {
+ return 1 if $Config{d_fork};
+
+- # Some platforms use ithreads to mimick forking
++ # Some platforms use ithreads to mimic forking
+ return 0 unless $^O eq 'MSWin32' || $^O eq 'NetWare';
+ return 0 unless $Config{useithreads};
+ return 0 unless $Config{ccflags} =~ /-DPERL_IMPLICIT_SYS/;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest2-suite-perl.git
More information about the Pkg-perl-cvs-commits
mailing list