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