source: trunk/t/model_Vote.t @ 16

Last change on this file since 16 was 3, checked in by nanardon, 15 years ago
  • starting the monster
File size: 92 bytes
Line 
1use strict;
2use warnings;
3use Test::More tests => 1;
4
5BEGIN { use_ok 'Vote::Model::Vote' }
6
Note: See TracBrowser for help on using the repository browser.