X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FResultSetManager.pm;fp=t%2Flib%2FDBICTest%2FResultSetManager.pm;h=08b3159fb3eb53ee270f60d1b8707c847dcb1450;hb=584713f437ffa9390821a0580ed368aa22fb552e;hp=0000000000000000000000000000000000000000;hpb=d93b1239cb7de482ac79a091d7daa67115596306;p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate diff --git a/t/lib/DBICTest/ResultSetManager.pm b/t/lib/DBICTest/ResultSetManager.pm new file mode 100644 index 0000000..08b3159 --- /dev/null +++ b/t/lib/DBICTest/ResultSetManager.pm @@ -0,0 +1,7 @@ +package # hide from PAUSE + DBICTest::ResultSetManager; +use base 'DBIx::Class::Schema'; + +__PACKAGE__->load_classes("Foo"); + +1;