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.198 by root, Mon Jun 29 22:42:33 2015 UTC vs.
Revision 1.199 by root, Mon Jun 29 23:49:34 2015 UTC

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