--- Coro/Coro.pm 2004/08/10 01:56:30 1.63 +++ Coro/Coro.pm 2005/02/22 19:51:58 1.65 @@ -40,7 +40,7 @@ use base Exporter; -$VERSION = '1.0'; +$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