Subject: | \%column Arg for Relationship attr 'proxy' Fails Compile |
-----------------------------------------------
BUG: \%column Arg for Relationship attr 'proxy' Fails Compile
-----------------------------------------------
A \%column arg for the Relationship attr 'proxy', as below,
{ proxy => { team_name => 'name' } }
FAILS compile with error:
Uncaught exception from user code:
DBIx::Class::Schema::throw_exception(): Not an ARRAY reference at /Users/chas/Library/ActivePerl-
5.10/lib/DBIx/Class/Relationship/ProxyMethods.pm line 17.
\@columns arg syntaxes, as below, pass compile.
{ proxy => [ { team_name => 'name' } ] }
{ proxy => [ qw(team_id) ] }
Perl Version: ActiveState 5.10.1
OS: Mac OS X 10.6.4