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.207 by root, Fri Jun 17 16:29:50 2016 UTC vs.
Revision 1.208 by root, Sat Jun 25 19:04:04 2016 UTC

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