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.187 by root, Thu May 9 05:40:14 2013 UTC vs.
Revision 1.188 by root, Mon Nov 18 10:27:53 2013 UTC

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