CDBase.pm   [plain text]


package # hide from PAUSE 
    CDBase;

use strict;
use base qw(DBIC::Test::SQLite);

1;