--- Coro/Coro/Semaphore.pm 2003/03/22 23:08:40 1.32 +++ Coro/Coro/Semaphore.pm 2005/01/12 20:35:35 1.42 @@ -33,11 +33,11 @@ package Coro::Semaphore; -no warnings qw(uninitialized); +BEGIN { eval { require warnings } && warnings->unimport ("uninitialized") } use Coro (); -$VERSION = 0.65; +$VERSION = 1.0; =item new [inital count] @@ -170,7 +170,7 @@ =head1 AUTHOR Marc Lehmann - http://www.goof.com/pcg/marc/ + http://home.schmorp.de/ =cut