make sure regex for "int" is case insensitive (RT #54053)
[dbsrgits/DBIx-Class-DateTime-Epoch.git] / t / 01-use.t
1 use strict;
2 use warnings;
3
4 use Test::More tests => 1;
5
6 BEGIN { 
7     use_ok( 'DBIx::Class::DateTime::Epoch' );
8 }