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.89 by root, Sat Aug 22 22:36:23 2009 UTC vs.
Revision 1.90 by root, Thu Oct 1 23:16:27 2009 UTC

29 29
30=cut 30=cut
31 31
32package Coro::Signal; 32package Coro::Signal;
33 33
34use strict qw(vars subs); 34use common::sense;
35no warnings;
36 35
37use Coro::Semaphore (); 36use Coro::Semaphore ();
38 37
39our $VERSION = 5.17; 38our $VERSION = 5.17;
40 39

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines