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

Comparing Coro/Coro/Specific.pm (file contents):
Revision 1.85 by root, Sun Feb 13 04:39:16 2011 UTC vs.
Revision 1.86 by root, Sat Feb 19 06:51:23 2011 UTC

34 34
35package Coro::Specific; 35package Coro::Specific;
36 36
37use common::sense; 37use common::sense;
38 38
39our $VERSION = 5.26; 39our $VERSION = 5.37;
40 40
41=item new 41=item new
42 42
43Create a new coroutine-specific scalar and return a reference to it. The 43Create a new coroutine-specific scalar and return a reference to it. The
44scalar is guarenteed to be "undef". Once such a scalar has been allocated 44scalar is guarenteed to be "undef". Once such a scalar has been allocated

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines