Subject: | clearer docs: compare with DBD::Pg |
The module description says:
"Accessors for PostgreSQL data. Simplifies data access through a series of standard class methods."
That could just as well describe DBD::Pg. Describing how your module is different, perhaps in a SEE ALSO section, would be useful. Also, the word "standard" here seems out of place, Since several of your methods have fairly unique seeming names, like "PrepLEX".
Also, much of the documentation is rendered as pre-formatted text blocks because it is intended. Having text paragraphs flush left would standarize that.
It does look like this does something a bit different than DBD::Pg and am interested to read more about what those differences are.