[Bast-commits] r7507 - in trunk/DBIx-Class-EncodedColumn: .
lib/DBIx/Class
matthewt at dev.catalyst.perl.org
matthewt at dev.catalyst.perl.org
Thu Sep 3 18:10:39 GMT 2009
Author: matthewt
Date: 2009-09-03 18:10:38 +0000 (Thu, 03 Sep 2009)
New Revision: 7507
Modified:
trunk/DBIx-Class-EncodedColumn/Changes
trunk/DBIx-Class-EncodedColumn/lib/DBIx/Class/EncodedColumn.pm
Log:
0.00004 release commit
Modified: trunk/DBIx-Class-EncodedColumn/Changes
===================================================================
--- trunk/DBIx-Class-EncodedColumn/Changes 2009-09-03 18:06:01 UTC (rev 7506)
+++ trunk/DBIx-Class-EncodedColumn/Changes 2009-09-03 18:10:38 UTC (rev 7507)
@@ -1,3 +1,6 @@
+0.00004 2009-09-03
+ - correct option name typo in the docs (digest_class -> encode_class)
+ - put the .gpg files back into the test so tests pass (mst == fool)
0.00003 2009-09-01
- fixup copyright and licensing info to the proposed new best
practice for /^DBIx::Class/ modules
Modified: trunk/DBIx-Class-EncodedColumn/lib/DBIx/Class/EncodedColumn.pm
===================================================================
--- trunk/DBIx-Class-EncodedColumn/lib/DBIx/Class/EncodedColumn.pm 2009-09-03 18:06:01 UTC (rev 7506)
+++ trunk/DBIx-Class-EncodedColumn/lib/DBIx/Class/EncodedColumn.pm 2009-09-03 18:10:38 UTC (rev 7507)
@@ -9,7 +9,7 @@
__PACKAGE__->mk_classdata( _column_encoders => {} );
-our $VERSION = '0.00003';
+our $VERSION = '0.00004';
sub register_column {
my $self = shift;
@@ -180,7 +180,7 @@
text string, and returns a boolean that indicates whether the digest of the
provided value matches the current value.
-=head2 digest_class
+=head2 encode_class
The class to use for encoding. available classes are:
@@ -219,11 +219,6 @@
L<DBIx::Class::DigestColumns>, L<DBIx::Class>, L<Digest>
-=head1 COPYRIGHT
-
-Copyright (c) 2008 - 2009 the DBIx::Class::EncodedColumn L</AUTHOR> and
-L</CONTRIBUTORS> as listed below.
-
=head1 AUTHOR
Guillermo Roditi (groditi) <groditi at cpan.org>
@@ -236,6 +231,11 @@
mst - Matt S Trout <mst at shadowcat.co.uk>
+=head1 COPYRIGHT
+
+Copyright (c) 2008 - 2009 the DBIx::Class::EncodedColumn L</AUTHOR> and
+L</CONTRIBUTORS> as listed above.
+
=head1 LICENSE
This library is free software and may be distributed under the same terms
More information about the Bast-commits
mailing list