When emulating $obj->{column} do not call any custom column method, just
[dbsrgits/DBIx-Class.git] / t / cdbi-t / columns_as_hashes.t
2008-02-13 Michael G Schwern When emulating $obj->{column} do not call any custom...
2008-01-17 Michael G Schwern Make the hash-key warning dependent on DBIC_CDBICOMPAT_...
2008-01-16 Michael G Schwern mst pointed out that my $val = $obj->{col}; $obj-...
2008-01-16 Michael G Schwern Allow CDBI objects to be accessed like hashes as people...