--- Coro/Coro/State.xs 2008/04/06 17:51:15 1.228 +++ Coro/Coro/State.xs 2008/04/10 07:45:33 1.229 @@ -738,7 +738,7 @@ PL_localizing = 0; PL_dirty = 0; PL_restartop = 0; -#if !PERL_VERSION_ATLEAST (5,10,0) +#if PERL_VERSION_ATLEAST (5,10,0) PL_parser = 0; #endif @@ -1133,7 +1133,7 @@ #if !PERL_VERSION_ATLEAST (5,10,0) if (expect_false (PL_lex_state != LEX_NOTPARSING) - croak ("Coro::State::transfer called while parsing, but this is not supported"); + croak ("Coro::State::transfer called while parsing, but this is not supported in your perl version"); #endif } }