1) changed all 4 space indentation to 2 space style indents for replication code...
[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;