mk_group_accessor() is sometimes called internally when inflating a column
authorMichael G Schwern <mschwern@cpan.org>
Thu, 6 Nov 2008 12:44:27 +0000 (12:44 +0000)
committerMichael G Schwern <mschwern@cpan.org>
Thu, 6 Nov 2008 12:44:27 +0000 (12:44 +0000)
commit8c1220a47f7c49b4528617197d3e8d66d2e0b386
treeeb4862bd1392fbedf9ee082c9996fd4ab8dba67a
parent7da0602386cfd7c10aa24cfa053b32bdcb27c081
mk_group_accessor() is sometimes called internally when inflating a column
and with an array ref field spec, but the accessor and column names are
the same.  Special case that to go through the usual accessor_name_for stuff.
lib/DBIx/Class/CDBICompat/AccessorMapping.pm