Smarter todoification (this doesn't sound like a bad idea for CPAN in general)
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / RtBug41083 / Schema / Foo / Sub.pm
1 package DBICNSTest::RtBug41083::Schema::Foo::Sub;
2 use strict;
3 use warnings;
4 use base 'DBICNSTest::RtBug41083::Schema::Foo';
5 1;