--- BDB/README 2009/01/11 00:56:09 1.15 +++ BDB/README 2009/08/05 11:52:34 1.16 @@ -27,7 +27,7 @@ # when you also use Coro, management is easy: use Coro::BDB; - # automatic event loop intergration with AnyEvent: + # automatic event loop integration with AnyEvent: use AnyEvent::BDB; # automatic result processing with EV: @@ -392,8 +392,8 @@ Example: my $seq = $db->sequence; - - db_sequence_open $seq, undef, "seq", BDB::CREATE; + + db_sequence_open $seq, undef, "seq", BDB::CREATE; db_sequence_get $seq, undef, 1, my $value; SUPPORT FUNCTIONS