]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - t/lib/DBICTest/ResultSetManager/Foo.pm
m2m accepts one element instead of an arrayref; id as generic pk
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / lib / DBICTest / ResultSetManager / Foo.pm
1 package # hide from PAUSE
2 DBICTest::ResultSetManager::Foo;
3 use base 'DBIx::Class';
4
5 __PACKAGE__->load_components(qw/ ResultSetManager Core /);
6 __PACKAGE__->table('foo');
7
8 sub bar : ResultSet { 'good' }
9
10 1;
This page took 0.038895 seconds and 4 git commands to generate.