[libcoro-perl] 03/05: Refresh spelling.patch.
gregor herrmann
gregoa at debian.org
Wed Jul 20 17:25:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libcoro-perl.
commit 7017e99e9cf596684d895cf23dad9d5442679c51
Author: gregor herrmann <gregoa at debian.org>
Date: Wed Jul 20 19:20:05 2016 +0200
Refresh spelling.patch.
---
debian/patches/spelling.patch | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index ac33b61..cccea2a 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -4,11 +4,11 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=82392
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82392 (not last version)
Author: gregor herrmann <gregoa at debian.org>
Reviewed-by: Xavier Guimard <x.guimard at free.fr>
-Last-Update: 2016-05-05
+Last-Update: 2016-07-20
--- a/Coro.pm
+++ b/Coro.pm
-@@ -639,7 +639,7 @@
+@@ -640,7 +640,7 @@
};
This can be used to localise about any resource (locale, uid, current
@@ -17,7 +17,7 @@ Last-Update: 2016-05-05
coros.
Another interesting example implements time-sliced multitasking using
-@@ -755,7 +755,7 @@
+@@ -756,7 +756,7 @@
Returns true iff this Coro object is "new", i.e. has never been run
yet. Those states basically consist of only the code reference to call and
the arguments, but consumes very little other resources. New states will
@@ -26,7 +26,7 @@ Last-Update: 2016-05-05
=item $state->is_zombie
-@@ -1124,7 +1124,7 @@
+@@ -1125,7 +1125,7 @@
event-based program, or when you use event-based libraries.
These typically register a callback for some event, and call that callback
@@ -35,7 +35,7 @@ Last-Update: 2016-05-05
just wait for the event, simplyifying things.
For example C<< AnyEvent->child >> registers a callback to be called when
-@@ -1263,7 +1263,7 @@
+@@ -1264,7 +1264,7 @@
by the forks module, which gives you the (i-) threads API, just much
faster).
@@ -64,7 +64,7 @@ Last-Update: 2016-05-05
anymore, it's pushing up the daisies.
=item $state->call ($coderef)
-@@ -336,7 +336,7 @@
+@@ -346,7 +346,7 @@
=head3 METHODS FOR C CONTEXTS
@@ -75,7 +75,7 @@ Last-Update: 2016-05-05
However. this is not always possible: For example, when Perl calls a C/XS function
--- a/README
+++ b/README
-@@ -1037,7 +1037,7 @@
+@@ -1038,7 +1038,7 @@
evidenced by the forks module, which gives you the (i-) threads API,
just much faster).
@@ -139,7 +139,7 @@ Last-Update: 2016-05-05
C<up> it (or vice versa), C<up> can be called before C<down> and so on:
@@ -44,9 +44,9 @@
- our $VERSION = 6.49;
+ our $VERSION = 6.511;
-=item new [inital count]
+=item new [initial count]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcoro-perl.git
More information about the Pkg-perl-cvs-commits
mailing list