--- Coro/Coro.pm 2005/02/22 19:51:58 1.65 +++ Coro/Coro.pm 2005/03/03 17:20:31 1.66 @@ -40,7 +40,7 @@ use base Exporter; -$VERSION = 1.1; +$VERSION = 1.11; @EXPORT = qw(async cede schedule terminate current); %EXPORT_TAGS = ( @@ -345,7 +345,7 @@ =head1 AUTHOR - Marc Lehmann + Marc Lehmann http://home.schmorp.de/ =cut