Skip Menu |

This queue is for tickets about the BerkeleyDB CPAN distribution.

Report information
The Basics
Id: 26783
Status: resolved
Priority: 0/
Queue: BerkeleyDB

People
Owner: Nobody in particular
Requestors: WMCKEE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.31
Fixed in: (no value)



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
On Sun Apr 29 09:18:14 2007, WMCKEE wrote: Show quoted text
> 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. >
Thanks - change applied to my development copy. Paul