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
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.
# 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) = @_;