so apparently I dont need this anymore. Awesome
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / lib / DBICTest / Schema / ArtistSubclass.pm
diff --git a/t/lib/DBICTest/Schema/ArtistSubclass.pm b/t/lib/DBICTest/Schema/ArtistSubclass.pm
deleted file mode 100644 (file)
index 8dd3f6f..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-package # hide from PAUSE
-    DBICTest::Schema::ArtistSubclass;
-
-use base 'DBICTest::Schema::Artist';
-
-__PACKAGE__->table(__PACKAGE__->table);
-
-1;
\ No newline at end of file