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

Comparing Coro/Coro/State.pm (file contents):
Revision 1.119 by root, Mon Nov 10 04:37:23 2008 UTC vs.
Revision 1.120 by root, Thu Nov 13 17:32:01 2008 UTC

90sub warnhook { &$WARNHOOK } 90sub warnhook { &$WARNHOOK }
91 91
92use XSLoader; 92use XSLoader;
93 93
94BEGIN { 94BEGIN {
95 our $VERSION = 4.91; 95 our $VERSION = 4.912;
96 96
97 # must be done here because the xs part expects it to exist 97 # must be done here because the xs part expects it to exist
98 # it might exist already because Coro::Specific created it. 98 # it might exist already because Coro::Specific created it.
99 $Coro::current ||= { }; 99 $Coro::current ||= { };
100 100

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines