DEBSOURCES
Skip Quicknav
sources / libdbix-class-perl / 0.082841-1 / t / cdbi / testlib / CDBase.pm
123456789
package # hide from PAUSE CDBase; use warnings; use strict; use base qw(DBIC::Test::SQLite); 1;