[SCM] Debian packaging of libcps-perl branch, master, updated. a50d60f838bef281c2a51572b3ce12dc735d1c97

gregor herrmann gregoa at debian.org
Tue Dec 27 23:08:03 UTC 2011


The following commit has been merged in the master branch:
commit fcb8f5715e4984c91d4a4550086c39a096268478
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 28 00:03:52 2011 +0100

    Add a patch to fix a spelling mistake.

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..169ddb9
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: fix a spelling mistake
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=73528
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=73528
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-12-28
+
+--- a/lib/CPS.pm
++++ b/lib/CPS.pm
+@@ -329,7 +329,7 @@
+  $k->()
+ 
+ This allows running multiple operations in parallel, and waiting for them all
+-to complete before continuing. It provides in a CPS form functionallity
++to complete before continuing. It provides in a CPS form functionality
+ similar to that provided in a more object-oriented fashion by modules such as
+ L<Async::MergePoint> or L<Event::Join>.
+ 
+--- a/lib/CPS/Governor/Deferred.pm
++++ b/lib/CPS/Governor/Deferred.pm
+@@ -190,7 +190,7 @@
+ 
+ =head1 SUBCLASS METHODS
+ 
+-The following methods are used internally to implement the functionallity,
++The following methods are used internally to implement the functionality,
+ which may be useful to implementors of subclasses.
+ 
+ =cut

-- 
Debian packaging of libcps-perl



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