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.16 by root, Sun Sep 21 01:23:26 2008 UTC vs.
Revision 1.17 by root, Tue Sep 23 00:02:20 2008 UTC

42use AnyEvent::BDB (); 42use AnyEvent::BDB ();
43use BDB (); 43use BDB ();
44 44
45use base Exporter::; 45use base Exporter::;
46 46
47our $VERSION = 4.746; 47our $VERSION = 4.747;
48our $WATCHER; 48our $WATCHER;
49 49
50BDB::set_sync_prepare { 50BDB::set_sync_prepare {
51 my $status; 51 my $status;
52 my $current = $Coro::current; 52 my $current = $Coro::current;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines