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.24 by root, Sat Nov 8 16:46:32 2008 UTC vs.
Revision 1.25 by root, Mon Nov 10 04:37:23 2008 UTC

44use Coro (); 44use Coro ();
45use Coro::AnyEvent (); 45use Coro::AnyEvent ();
46 46
47use base Exporter::; 47use base Exporter::;
48 48
49our $VERSION = 4.9; 49our $VERSION = 4.91;
50our $WATCHER; 50our $WATCHER;
51 51
52BDB::set_sync_prepare { 52BDB::set_sync_prepare {
53 my $status; 53 my $status;
54 my $current = $Coro::current; 54 my $current = $Coro::current;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines