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.120 by root, Fri Jul 14 23:20:07 2017 UTC vs.
Revision 1.121 by root, Thu Aug 31 16:28:49 2017 UTC

26use base Exporter::; 26use base Exporter::;
27 27
28use Coro (); 28use Coro ();
29use Coro::AnyEvent (); 29use Coro::AnyEvent ();
30 30
31our $VERSION = 6.513; 31our $VERSION = 6.514;
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