This hack is superseded by theorbtwo's POD::Inherit (which however has problems on...
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / RSBase.pm
1 package DBICNSTest::RSBase;
2 use base qw/DBIx::Class::ResultSet/;
3 1;