[Bast-commits] r7788 - trunk/DBIx-Class-EncodedColumn/lib/DBIx/Class
kentnl at dev.catalyst.perl.org
kentnl at dev.catalyst.perl.org
Wed Oct 14 17:43:52 GMT 2009
Author: kentnl
Date: 2009-10-14 17:43:51 +0000 (Wed, 14 Oct 2009)
New Revision: 7788
Modified:
trunk/DBIx-Class-EncodedColumn/lib/DBIx/Class/EncodedColumn.pm
Log:
fixed POD for CONTRIBUTORS and DESCRPTION. Fixed some typos
Modified: trunk/DBIx-Class-EncodedColumn/lib/DBIx/Class/EncodedColumn.pm
===================================================================
--- trunk/DBIx-Class-EncodedColumn/lib/DBIx/Class/EncodedColumn.pm 2009-10-14 17:16:23 UTC (rev 7787)
+++ trunk/DBIx-Class-EncodedColumn/lib/DBIx/Class/EncodedColumn.pm 2009-10-14 17:43:51 UTC (rev 7788)
@@ -150,7 +150,7 @@
=item C<DigestColumns> supports only algorithms of the L<Digest> family.
C<EncodedColumn> employs a set of thin wrappers around different cipher modules
to provide support for any cipher you wish to use and wrappers are very simple
-to write (typicall less than 30 lines).
+to write (typically less than 30 lines).
=item C<EncodedColumn> supports having more than one encoded column per table
and each column can use a different cipher.
@@ -158,10 +158,12 @@
=item C<Encode> adds only one item to the namespace of the object utilizing
it (C<_column_encoders>).
-There is, unfortunately, some features that C<EncodedColumn> doesn't suppor.
+=back
+
+There is, unfortunately, some features that C<EncodedColumn> doesn't support.
C<DigestColumns> supports changing certain options at runtime, as well as
the option to not automatically encode values on set. The author of this module
-found these options to be non-essential and ommitted them by design.
+found these options to be non-essential and omitted them by design.
=head1 Options added to add_column
@@ -171,7 +173,7 @@
=head2 encode_enable => 1
Enable automatic encoding of column values. If this option is not set to true
-any other options will become noops.
+any other options will become no-ops.
=head2 encode_check_method => $method_name
@@ -233,8 +235,6 @@
mst - Matt S Trout <mst at shadowcat.co.uk>
-=back
-
=head1 COPYRIGHT
Copyright (c) 2008 - 2009 the DBIx::Class::EncodedColumn L</AUTHOR> and
More information about the Bast-commits
mailing list