Fixup after pull from trunk
Matt S Trout [Wed, 14 Dec 2005 06:09:57 +0000 (06:09 +0000)]
lib/DBIx/Class.pm
t/lib/DBICTest/Schema/HelperRels.pm

index 322f590..7fb6f60 100644 (file)
@@ -8,6 +8,8 @@ use base qw/DBIx::Class::Componentised Class::Data::Accessor/;
 
 sub mk_classdata { shift->mk_classaccessor(@_); }
 
+$VERSION = '0.04999_01';
+
 1;
 
 =head1 NAME 
index de45943..63191ea 100644 (file)
@@ -26,7 +26,7 @@ DBICTest::Schema::SelfRef->has_many(
 
 DBICTest::Schema::Tag->belongs_to('cd', 'DBICTest::Schema::CD');
 
-DBICTest::Schema::Track->belongs_to('cd', 'DBICTest::Schema::CD', 'cdid');
+DBICTest::Schema::Track->belongs_to('cd', 'DBICTest::Schema::CD');
 
 DBICTest::Schema::Track->belongs_to('disc', 'DBICTest::Schema::CD', 'cd');