prep release
[dbsrgits/DBIx-Class-DateTime-Epoch.git] / t / 01-use.t
CommitLineData
262db264 1use strict;
2use warnings;
3
e4480da2 4use Test::More tests => 1;
5
6BEGIN {
7 use_ok( 'DBIx::Class::DateTime::Epoch' );
8}