[libthread-conveyor-perl] 03/03: Further fixes to manpage spellings Skip syntax tests

Christopher Hoskin christopher.hoskin at gmail.com
Sun Mar 8 09:50:08 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-conveyor-perl.

commit 69e0d6089caf8951a664eab9207a66b06d53a279
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sun Mar 8 09:49:02 2015 +0000

    Further fixes to manpage spellings
    Skip syntax tests
---
 debian/patches/manpage-spellings.patch | 14 ++++++++++++++
 debian/tests/pkg-perl/skip-syntax      |  7 +++++++
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/manpage-spellings.patch b/debian/patches/manpage-spellings.patch
index 582eb1d..77702d1 100644
--- a/debian/patches/manpage-spellings.patch
+++ b/debian/patches/manpage-spellings.patch
@@ -1,5 +1,19 @@
+Description: Fix POD spellings
+Author: Christopher Hoskin <christopher.hoskin at gmail.com>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102635
+Last-Update: 2015-03-08
+
 --- a/lib/Thread/Conveyor.pm
 +++ b/lib/Thread/Conveyor.pm
+@@ -256,7 +256,7 @@
+  $optimize = Thread::Conveyor->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:
 @@ -266,7 +266,7 @@
  =item memory
  
diff --git a/debian/tests/pkg-perl/skip-syntax b/debian/tests/pkg-perl/skip-syntax
new file mode 100644
index 0000000..ce1e468
--- /dev/null
+++ b/debian/tests/pkg-perl/skip-syntax
@@ -0,0 +1,7 @@
+# These modules use load, which needs the module to have an entry in the %INC
+# hash, which will be the case if they have been successfully loaded by use(),
+# require() or do() but not when they are fed to perl -c
+/usr/share/perl5/Thread/Conveyor.pm
+/usr/share/perl5/Thread/Conveyor/Tied.pm
+/usr/share/perl5/Thread/Conveyor/Throttled.pm
+/usr/share/perl5/Thread/Conveyor/Array.pm

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



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