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
CommitLineData
e9c270c5 1package DBICNSTest::RtBug41083::Schema::Foo::Sub;
2use strict;
3use warnings;
4use base 'DBICNSTest::RtBug41083::Schema::Foo';
51;