X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FArtistSubclass.pm;fp=t%2Flib%2FDBICTest%2FSchema%2FArtistSubclass.pm;h=8dd3f6f205e28008389b7acdbe214bf79c0f7718;hp=0000000000000000000000000000000000000000;hb=584713f437ffa9390821a0580ed368aa22fb552e;hpb=d93b1239cb7de482ac79a091d7daa67115596306 diff --git a/t/lib/DBICTest/Schema/ArtistSubclass.pm b/t/lib/DBICTest/Schema/ArtistSubclass.pm new file mode 100644 index 0000000..8dd3f6f --- /dev/null +++ b/t/lib/DBICTest/Schema/ArtistSubclass.pm @@ -0,0 +1,8 @@ +package # hide from PAUSE + DBICTest::Schema::ArtistSubclass; + +use base 'DBICTest::Schema::Artist'; + +__PACKAGE__->table(__PACKAGE__->table); + +1; \ No newline at end of file