[Bast-commits] r7506 - in trunk/DBIx-Class-EncodedColumn: . lib/DBIx/Class

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Thu Sep 3 18:06:01 GMT 2009


Author: matthewt
Date: 2009-09-03 18:06:01 +0000 (Thu, 03 Sep 2009)
New Revision: 7506

Modified:
   trunk/DBIx-Class-EncodedColumn/Changes
   trunk/DBIx-Class-EncodedColumn/MANIFEST.SKIP
   trunk/DBIx-Class-EncodedColumn/lib/DBIx/Class/EncodedColumn.pm
Log:
0.00003 release commit

Modified: trunk/DBIx-Class-EncodedColumn/Changes
===================================================================
--- trunk/DBIx-Class-EncodedColumn/Changes	2009-09-03 17:54:50 UTC (rev 7505)
+++ trunk/DBIx-Class-EncodedColumn/Changes	2009-09-03 18:06:01 UTC (rev 7506)
@@ -1,3 +1,6 @@
+0.00003        2009-09-01
+        - fixup copyright and licensing info to the proposed new best
+          practice for /^DBIx::Class/ modules
         - close dbh before unlinking so tests pass on win32
 
 0.00002        2008-07-27

Modified: trunk/DBIx-Class-EncodedColumn/MANIFEST.SKIP
===================================================================
--- trunk/DBIx-Class-EncodedColumn/MANIFEST.SKIP	2009-09-03 17:54:50 UTC (rev 7505)
+++ trunk/DBIx-Class-EncodedColumn/MANIFEST.SKIP	2009-09-03 18:06:01 UTC (rev 7506)
@@ -1,4 +1,4 @@
-^(?!script/\w+\.pl|examples/[^\.]+|lib/[\/\w]+\.p(m|od)|inc/|t/\w+\.t|t/lib/[\/\w]+\.p(m|od)|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$)
+^(?!script/\w+\.pl|examples/[^\.]+|lib/[\/\w]+\.p(m|od)|inc/|t/\w+\.t|t/lib/[\/\w]+\.p(m|od)|t/\w+\.gpg|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$)
 
 # Avoid version control files.
 \bRCS\b

Modified: trunk/DBIx-Class-EncodedColumn/lib/DBIx/Class/EncodedColumn.pm
===================================================================
--- trunk/DBIx-Class-EncodedColumn/lib/DBIx/Class/EncodedColumn.pm	2009-09-03 17:54:50 UTC (rev 7505)
+++ trunk/DBIx-Class-EncodedColumn/lib/DBIx/Class/EncodedColumn.pm	2009-09-03 18:06:01 UTC (rev 7506)
@@ -9,7 +9,7 @@
 
 __PACKAGE__->mk_classdata( _column_encoders => {} );
 
-our $VERSION = '0.00002';
+our $VERSION = '0.00003';
 
 sub register_column {
   my $self = shift;
@@ -219,6 +219,11 @@
 
 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>
@@ -227,9 +232,13 @@
 featuring contributions from Guillermo Roditi (groditi) <groditi at cpan.org>
 and Marc Mims <marc at questright.com>
 
-=head1 COPYRIGHT AND LICENSE
+=head1 CONTRIBUTORS
 
-Copyright 2009 Guillermo Roditi.
-You may distribute this code under the same terms as Perl itself.
+mst - Matt S Trout <mst at shadowcat.co.uk>
 
+=head1 LICENSE
+
+This library is free software and may be distributed under the same terms
+as perl itself.
+
 =cut




More information about the Bast-commits mailing list