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.29 by pcg, Fri May 14 13:25:09 2004 UTC vs.
Revision 1.30 by root, Tue Aug 10 01:56:30 2004 UTC

24 24
25package Coro::Specific; 25package Coro::Specific;
26 26
27BEGIN { eval { require warnings } && warnings->unimport ("uninitialized") } 27BEGIN { eval { require warnings } && warnings->unimport ("uninitialized") }
28 28
29$VERSION = 0.97; 29$VERSION = 1.0;
30 30
31=item new 31=item new
32 32
33Create a new coroutine-specific scalar and return a reference to it. The 33Create a new coroutine-specific scalar and return a reference to it. The
34scalar is guarenteed to be "undef". Once such a scalar has been allocated 34scalar is guarenteed to be "undef". Once such a scalar has been allocated

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines