In the middle of making deploy_depends_on smarter.
[dbsrgits/DBIx-Class.git] / t / lib / ViewDeps / Result / Mixin.pm
index 4cfb2c7..b45dd94 100644 (file)
@@ -4,7 +4,7 @@ package # hide from PAUSE
 
 use strict;
 use warnings;
-use parent qw(DBIx::Class::Core);
+use base qw(DBIx::Class::Core);
 
 __PACKAGE__->table('mixin');