From: Rob Kinyon Date: Fri, 6 Nov 2009 01:03:32 +0000 (-0500) Subject: Updated version and Changes in prep for CPAN release X-Git-Tag: 1.001011~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=49aac59d8f5e54802c183f51172028a95394d97b;p=dbsrgits%2FDBIx-Class-Fixtures.git Updated version and Changes in prep for CPAN release --- diff --git a/Changes b/Changes index 4897ec1..b67c7c0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for DBIx-Class-Fixtures +1.001004 +- Fixed problem where descending a has_many to something with two belongs_to + relationships wouldn't get the second belongs_to. + +1.001003 - Fix t/var/configs/*.json to use valid JSON syntax - Fixed DateTime::Format dependencies diff --git a/lib/DBIx/Class/Fixtures.pm b/lib/DBIx/Class/Fixtures.pm index fd96b1e..b6cd2a2 100644 --- a/lib/DBIx/Class/Fixtures.pm +++ b/lib/DBIx/Class/Fixtures.pm @@ -26,11 +26,11 @@ __PACKAGE__->mk_group_accessors( 'simple' => qw/config_dir =head1 VERSION -Version 1.001000 +Version 1.001004 =cut -our $VERSION = '1.001003'; +our $VERSION = '1.001004'; =head1 NAME