--- Coro/Coro.pm 2008/11/20 07:02:43 1.230 +++ Coro/Coro.pm 2008/11/20 09:37:21 1.231 @@ -69,7 +69,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = 5.0; +our $VERSION = "5.0"; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = (