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.184 by root, Wed Mar 6 05:56:55 2013 UTC vs.
Revision 1.185 by root, Wed Mar 6 06:00:08 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines