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.13 by root, Sat May 31 12:10:55 2008 UTC vs.
Revision 1.14 by root, Tue Jul 8 20:08:40 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.742; 47our $VERSION = 4.744;
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