From: Matt S Trout Date: Thu, 9 Mar 2006 19:30:14 +0000 (+0000) Subject: 0.05999_01 shipped X-Git-Tag: v0.06000~60^2~39 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=561bd5f683f616706dd059ea3330f6abfd10eb26;hp=82a9670084516f29c0442b27b37e40b419addab6;p=dbsrgits%2FDBIx-Class.git 0.05999_01 shipped --- diff --git a/Changes b/Changes index dccc6e4..e44d12d 100644 --- 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 --- a/README +++ b/README @@ -110,9 +110,17 @@ CONTRIBUTORS Brandon Black + Christopher H. Laco + Scotty Allen - Justin Guenther + sc_ + + Robert Sedlacek + + Justin Guenther + + Daisuke Murase LICENSE You may distribute this code under the same terms as Perl itself. diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index e5015e7..6ce1368 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -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) = @_;