ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/Timer.pm
(Generate patch)

Comparing Coro/Coro/Timer.pm (file contents):
Revision 1.95 by root, Mon Oct 8 23:16:15 2012 UTC vs.
Revision 1.96 by root, Fri Dec 7 22:37:24 2012 UTC

26use base Exporter::; 26use base Exporter::;
27 27
28use Coro (); 28use Coro ();
29use Coro::AnyEvent (); 29use Coro::AnyEvent ();
30 30
31our $VERSION = "6.10"; 31our $VERSION = 6.23;
32our @EXPORT_OK = qw(timeout sleep); 32our @EXPORT_OK = qw(timeout sleep);
33 33
34# compatibility with older programs 34# compatibility with older programs
35*sleep = \&Coro::AnyEvent::sleep; 35*sleep = \&Coro::AnyEvent::sleep;
36 36

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines