[libparallel-forkmanager-perl] 05/06: Add a patch to fix spelling mistakes in the POD.

gregor herrmann gregoa at debian.org
Sun Apr 17 13:10:35 UTC 2016


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

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

commit 35585824329a048edbb0a7da5b76f7e3fb0be90c
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Apr 17 15:09:04 2016 +0200

    Add a patch to fix spelling mistakes in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 27 +++++++++++++++++++++++++++
 2 files changed, 28 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..09e36b5
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,27 @@
+Description: fix spelling mistakes in the POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-04-17
+Forwarded: https://github.com/dluxhu/perl-parallel-forkmanager/issues/10
+Bug: https://github.com/dluxhu/perl-parallel-forkmanager/issues/10
+
+--- a/lib/Parallel/ForkManager.pm
++++ b/lib/Parallel/ForkManager.pm
+@@ -599,7 +599,7 @@
+ data structure referenced in a given child process is serialized and
+ written out to a file by L<Storable>. The file is subsequently read back
+ into memory and a new data structure belonging to the parent process is
+-created. Please consider the performance penality it can imply, so try to
++created. Please consider the performance penalty it can imply, so try to
+ keep the returned structure small.
+ 
+ =head1 EXAMPLES
+@@ -695,7 +695,7 @@
+         my $string = ${$data_structure_reference};  # child passed a string reference
+         print "$string\n";
+       }
+-      else {  # problems occuring during storage or retrieval will throw a warning
++      else {  # problems occurring during storage or retrieval will throw a warning
+         print qq|No message received from child process $pid!\n|;
+       }
+     }

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



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