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.155 by root, Fri Dec 11 18:32:23 2009 UTC vs.
Revision 1.156 by root, Wed Apr 14 01:56:03 2010 UTC

90sub warnhook { &$WARNHOOK } 90sub warnhook { &$WARNHOOK }
91 91
92use XSLoader; 92use XSLoader;
93 93
94BEGIN { 94BEGIN {
95 our $VERSION = 5.21; 95 our $VERSION = 5.22;
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