fix for rt.cpan.org #22740 (use $^X instead of hardcoded "perl")
[dbsrgits/DBIx-Class.git] / t / testlib / CDBase.pm
CommitLineData
c6d74d3e 1package # hide from PAUSE
2 CDBase;
ea2e61bf 3
4use strict;
7fb16f1a 5use base qw(DBIx::Class::Test::SQLite);
ea2e61bf 6
71;