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.113 by root, Sun Oct 4 13:10:22 2015 UTC vs.
Revision 1.114 by root, Fri Oct 16 23:41:58 2015 UTC

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