Subject: | POD typo in compact() method |
The code example for compact()[1] is using the incorrect method call. It
is calling commit instead of compact. Also, the list of returned values
for cdata hash is concatenated into a single line rather than showing up
as a list of items.
[1]
http://search.cpan.org/~pmqs/BerkeleyDB-0.31/BerkeleyDB.pod#%24status_%3D_%24db-%3Ecompact(%24start%2C_%24stop%2C_%24c_data%2C_%24flags%2C_%24end)%3B