From: Luke Saunders Date: Fri, 25 Apr 2008 16:27:50 +0000 (+0000) Subject: updated changes and added drew to contribs X-Git-Tag: v1.001002~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fc17c59801828574895f96a66e79704b5c9288d4;p=dbsrgits%2FDBIx-Class-Fixtures.git updated changes and added drew to contribs --- diff --git a/Changes b/Changes index 7f6e38c..521f118 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for DBIx-Class-Fixtures 1.001000 - Added includes functionality +- Added post_ddl and cascade attributes to populate (Drew Taylor) +- Scalar refs in cond clauses handled in sets as well as fetches (Sebastian Willert) +- Directory separators in primary keys do not cause a crash (Sebastian Willert) 1.000001 - Added missing deps diff --git a/lib/DBIx/Class/Fixtures.pm b/lib/DBIx/Class/Fixtures.pm index 753cb2b..957b751 100644 --- a/lib/DBIx/Class/Fixtures.pm +++ b/lib/DBIx/Class/Fixtures.pm @@ -890,6 +890,7 @@ sub msg { Ash Berlin Matt S. Trout + Drew Taylor =head1 LICENSE diff --git a/t/var/DBIxClass.db b/t/var/DBIxClass.db index c591fb9..a0e978d 100644 Binary files a/t/var/DBIxClass.db and b/t/var/DBIxClass.db differ