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.87 by root, Wed Aug 3 09:43:05 2011 UTC vs.
Revision 1.88 by root, Wed Aug 3 14:52:20 2011 UTC

28use base Exporter::; 28use base Exporter::;
29 29
30use Coro (); 30use Coro ();
31use Coro::AnyEvent (); 31use Coro::AnyEvent ();
32 32
33our $VERSION = 6.03; 33our $VERSION = 6.04;
34our @EXPORT_OK = qw(timeout sleep); 34our @EXPORT_OK = qw(timeout sleep);
35 35
36# compatibility with older programs 36# compatibility with older programs
37*sleep = \&Coro::AnyEvent::sleep; 37*sleep = \&Coro::AnyEvent::sleep;
38 38

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines