0.01003 - fixed has_many cond rels
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader.pm
2006-02-06 Brandon Black 0.01003 - fixed has_many cond rels
2006-02-03 Brandon Black 0.01002 - fix email addr typo, doh
2006-02-03 Brandon Black docs fixups, C3 fixups, 0.01001 release
2006-02-03 Brandon Black docs and reqs update for 0.01000 release
2006-01-31 Brandon Black schema-loader now uses Class::C3, and ::Pg uses that...
2006-01-31 Brandon Black switched to Build.PL, updated deps, updated docs
2006-01-30 Brandon Black Schema::Loader converted to better inheritance model...
2006-01-24 Brandon Black various identifier cleanups, to help prevent clashing...
2006-01-24 Brandon Black get rid of now-useless namespace option
2006-01-21 Brandon Black tests and docs updates
2006-01-21 Brandon Black loader as a schema subclass basically working (needs...
2006-01-21 Brandon Black first functional commit of non-subclassed-style Schema...