[Dbix-class] [ANNOUNCE] DBIx::Class 0.03001 bugfix release

Andy Grundman andy at hybridized.org
Fri Sep 23 20:32:41 CEST 2005


This release fixes a few important bugs and adds new relationship helper 
methods:
   * has_one (foreign table stores your primary key once)
   * belongs_to (you store a foreign table's PK)
   * might_have (an optional has_one, uses a LEFT JOIN)
   * has_many (foreign table stores your key many times)

On CPAN soon or at http://pause.perl.org/incoming/DBIx-Class-0.03001.tar.gz

-Andy



More information about the Dbix-class mailing list