Subject: | Spelling Mistakes |
Hi:
I discovered a spelling mistake (persistant -> persistent) in the POD
for this package. We've patched it for the Debian package; you may want
to apply these changes in your version control. Note we neither need nor
are we asking for another release, as I think that would put undue
burden on the CPAN mirrors for such a tiny issue.
--- a/lib/ORLite.pm
+++ b/lib/ORLite.pm
@@ -833,7 +833,7 @@
While transaction support is always built for every L<ORLite>-generated
class tree, if the database is opened C<readonly> the C<commit> method
will not exist at all in the API, and your only way of ending the
-transaction (and the resulting persistant connection) will be C<rollback>.
+transaction (and the resulting persistent connection) will be C<rollback>.
=head2 commit