source: trunk/t/model_Epoll.t @ 309

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