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.10 by root, Thu May 29 03:31:52 2008 UTC vs.
Revision 1.11 by root, Thu May 29 18:05:53 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.73; 47our $VERSION = 4.74;
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