Un-added a bug I introduced in the SQLT parser, added some notes
[dbsrgits/DBIx-Class-Historic.git] / t / testlib / CDBase.pm
CommitLineData
ea2e61bf 1package CDBase;
2
3use strict;
7fb16f1a 4use base qw(DBIx::Class::Test::SQLite);
ea2e61bf 5
61;