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.94 by root, Fri May 9 22:29:05 2008 UTC vs.
Revision 1.95 by root, Sun May 25 03:05:42 2008 UTC

88sub warnhook { &$WARNHOOK } 88sub warnhook { &$WARNHOOK }
89 89
90use XSLoader; 90use XSLoader;
91 91
92BEGIN { 92BEGIN {
93 our $VERSION = 4.6; 93 our $VERSION = 4.72;
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