f4dd83c2702042e7313913d9685eb6a18b967381
[dbsrgits/DBIx-Class-DateTime-Epoch.git] / t / 01-use.t
1 use Test::More tests => 1;
2
3 BEGIN { 
4     use_ok( 'DBIx::Class::DateTime::Epoch' );
5 }