--- cvsroot/Coro/Coro.pm 2004/08/09 02:41:27 1.62 +++ cvsroot/Coro/Coro.pm 2005/02/22 19:51:58 1.65 @@ -40,7 +40,7 @@ use base Exporter; -$VERSION = 0.97; +$VERSION = 1.1; @EXPORT = qw(async cede schedule terminate current); %EXPORT_TAGS = ( @@ -346,7 +346,7 @@ =head1 AUTHOR Marc Lehmann - http://www.goof.com/pcg/marc/ + http://home.schmorp.de/ =cut