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

Comparing Coro/Coro/BDB.pm (file contents):
Revision 1.91 by root, Tue Aug 14 16:51:38 2018 UTC vs.
Revision 1.92 by root, Sun Dec 16 09:33:44 2018 UTC

45use Coro (); 45use Coro ();
46use Coro::AnyEvent (); 46use Coro::AnyEvent ();
47 47
48use base Exporter::; 48use base Exporter::;
49 49
50our $VERSION = 6.52; 50our $VERSION = 6.53;
51our $WATCHER; 51our $WATCHER;
52 52
53BDB::set_sync_prepare { 53BDB::set_sync_prepare {
54 my $cb = Coro::rouse_cb; 54 my $cb = Coro::rouse_cb;
55 ( 55 (

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines