[libthread-pool-perl] 04/05: Patch to fix POD spellings

Christopher Hoskin christopher.hoskin at gmail.com
Sat May 23 08:52:11 UTC 2015


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

grinorcole-guest pushed a commit to branch master
in repository libthread-pool-perl.

commit 64871e5147eabeb59a65a23f31e991844e8756cd
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sat May 23 09:14:09 2015 +0100

    Patch to fix POD spellings
---
 .gitignore                            |  1 +
 debian/patches/fix-pod-spelling.patch | 42 +++++++++++++++++++++++++++++++++++
 debian/patches/series                 |  1 +
 3 files changed, 44 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..224e7f0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.pc/
diff --git a/debian/patches/fix-pod-spelling.patch b/debian/patches/fix-pod-spelling.patch
new file mode 100644
index 0000000..4031ed6
--- /dev/null
+++ b/debian/patches/fix-pod-spelling.patch
@@ -0,0 +1,42 @@
+Description: Fix spellings in POD
+Author: Christopher Hoskin <christopher.hoskin at gmail.com>
+Forwarded:
+Last-Update: 2015-05-23
+--- a/lib/Thread/Pool.pm
++++ b/lib/Thread/Pool.pm
+@@ -1310,7 +1310,7 @@
+ 
+ When a worker is told to finish, the "post" routine is executed if available.
+ 
+-Results of jobs must be obtained seperately, unless a "stream" or a "monitor"
++Results of jobs must be obtained separately, unless a "stream" or a "monitor"
+ routine is specified.  Then the result of each job will be streamed to the
+ "stream" or "monitor" routine in the order in which the jobs were submitted.
+ 
+@@ -1674,7 +1674,7 @@
+  $optimize = Thread::Pool->optimize;
+ 
+ The "optimize" class method allows you to specify the default optimization
+-type that will be used if no "optimize" field has been explicitely specified
++type that will be used if no "optimize" field has been explicitly specified
+ with a call to L<new>.  It returns the current default type of optimization.
+ 
+ Currently two types of optimization can be selected:
+@@ -1684,7 +1684,7 @@
+ =item memory
+ 
+ Attempt to use as little memory as possible.  Currently, this is achieved by
+-starting a seperate thread which hosts an unshared array.  This uses the
++starting a separate thread which hosts an unshared array.  This uses the
+ "Thread::Conveyor::Thread" sub-class.
+ 
+ =item cpu
+@@ -1916,7 +1916,7 @@
+ 
+ The "shutdown" method call the "join" method after removing all the active
+ worker threads.  You therefore seldom need to call the "join" method
+-seperately.
++separately.
+ 
+ =head2 removed
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5622f22
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-pod-spelling.patch

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



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