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.179 by root, Mon Oct 8 23:16:15 2012 UTC vs.
Revision 1.180 by root, Fri Dec 7 22:37:24 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines