0.05999_01 shipped
Matt S Trout [Thu, 9 Mar 2006 19:30:14 +0000 (19:30 +0000)]
Changes
README
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index dccc6e4..e44d12d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for DBIx::Class
 
         - renamed insert_or_update to update_or_insert (with compat alias)
+
+0.05999_01 2006-03-09 18:31:44
         - renamed cols attribute to columns (cols still supported)
         - added has_column_loaded to Row
         - Storage::DBI connect_info supports coderef returning dbh as 1st arg
diff --git a/README b/README
index ae3a20d..370d928 100644 (file)
--- a/README
+++ b/README
@@ -110,9 +110,17 @@ CONTRIBUTORS
 
     Brandon Black
 
+    Christopher H. Laco
+
     Scotty Allen <scotty@scottyallen.com>
 
-    Justin Guenther <guentherj@agr.gc.ca>
+    sc_
+
+    Robert Sedlacek <phaylon@dunkelheit.at>
+
+    Justin Guenther <jguenther@agr.gc.ca>
+
+    Daisuke Murase <typester@cpan.org>
 
 LICENSE
     You may distribute this code under the same terms as Perl itself.
index e5015e7..6ce1368 100644 (file)
@@ -13,7 +13,7 @@ sub component_base_class { 'DBIx::Class' }
 # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports
 # brain damage and presumably various other packaging systems too
 
-$VERSION = '0.05007';
+$VERSION = '0.05999_01';
 
 sub MODIFY_CODE_ATTRIBUTES {
     my ($class,$code,@attrs) = @_;