Really fix @INC munging of the taint test
[dbsrgits/DBIx-Class.git] / t / lib / ViewDepsBad.pm
index 9b5be12..97b8868 100644 (file)
@@ -4,7 +4,7 @@ package    # hide from PAUSE
 
 use strict;
 use warnings;
-use base 'DBIx::Class::Schema';
+use base 'DBICTest::BaseSchema';
 
 __PACKAGE__->load_namespaces;