]> Dogcows Code - chaz/chatty/blob - model_DB.t
f77912b6e87e3ce61373eb29b8f7c09d2b45b974
[chaz/chatty] / model_DB.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5
6 BEGIN { use_ok 'Chatty::Model::DB' }
7
8 done_testing();
This page took 0.035527 seconds and 3 git commands to generate.