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

Comparing Coro/Coro/Channel.pm (file contents):
Revision 1.115 by root, Fri Apr 13 10:53:25 2012 UTC vs.
Revision 1.116 by root, Sat Oct 6 21:25:24 2012 UTC

33use common::sense; 33use common::sense;
34 34
35use Coro (); 35use Coro ();
36use Coro::Semaphore (); 36use Coro::Semaphore ();
37 37
38our $VERSION = 6.08; 38our $VERSION = 6.09;
39 39
40sub DATA (){ 0 } 40sub DATA (){ 0 }
41sub SGET (){ 1 } 41sub SGET (){ 1 }
42sub SPUT (){ 2 } 42sub SPUT (){ 2 }
43 43

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines