ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/Signal.pm
(Generate patch)

Comparing Coro/Coro/Signal.pm (file contents):
Revision 1.88 by root, Tue Jul 28 02:04:21 2009 UTC vs.
Revision 1.89 by root, Sat Aug 22 22:36:23 2009 UTC

34use strict qw(vars subs); 34use strict qw(vars subs);
35no warnings; 35no warnings;
36 36
37use Coro::Semaphore (); 37use Coro::Semaphore ();
38 38
39our $VERSION = 5.162; 39our $VERSION = 5.17;
40 40
41=item $sig = new Coro::Signal; 41=item $sig = new Coro::Signal;
42 42
43Create a new signal. 43Create a new signal.
44 44

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines