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.77 by root, Thu Dec 4 05:12:30 2008 UTC vs.
Revision 1.78 by root, Thu Dec 4 17:30:01 2008 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.1; 39our $VERSION = 5.12;
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