remove auto_install, add repository info.
[dbsrgits/DBIx-Class-DateTime-Epoch.git] / t / 01-use.t
CommitLineData
e4480da2 1use Test::More tests => 1;
2
3BEGIN {
4 use_ok( 'DBIx::Class::DateTime::Epoch' );
5}