[libprotocol-osc-perl] 04/05: Add patch to correct spelling errors in POD

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sun Apr 27 10:11:50 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libprotocol-osc-perl.

commit 0ee5c2368855f6d1250372fa2263fcdf715bba35
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Sun Apr 27 11:09:43 2014 +0100

    Add patch to correct spelling errors in POD
    
    Git-Dch: Ignore
---
 debian/patches/fix_spelling_errors_in_POD.patch | 17 +++++++++++++++++
 debian/patches/series                           |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/fix_spelling_errors_in_POD.patch b/debian/patches/fix_spelling_errors_in_POD.patch
new file mode 100644
index 0000000..d85c7e4
--- /dev/null
+++ b/debian/patches/fix_spelling_errors_in_POD.patch
@@ -0,0 +1,17 @@
+Description: Correct spelling errors in POD
+Author: Daniel Lintott <daniel at serverb.co.uk>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=95092
+Last-Update: 2014-04-27
+--- a/lib/Protocol/OSC.pod
++++ b/lib/Protocol/OSC.pod
+@@ -44,8 +44,8 @@
+ 
+ =head2 process($data, ?$scheduler_cb)
+ 
+-Parses OSC packet/data and process messages in it. It will call matched actions throught B<$scheduler_cb> which is 
+-just C<< sub { $_[0]->(splice @_,1) } >> by default(or specifed in constructor). 
++Parses OSC packet/data and process messages in it. It will call matched actions through B<$scheduler_cb> which is
++just C<< sub { $_[0]->(splice @_,1) } >> by default(or specified in constructor).
+ Arguments to scheduler are B<$action_coderef, $time, $action_path, $osc_msg, ?@osc_bundles>.
+ 
+ =head2 actions
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fb411a6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_spelling_errors_in_POD.patch

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



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