fix spelling, whitespace, unused vars release test failures
[gitmo/MooseX-Types-Common.git] / t / 00-load.t
CommitLineData
3379cc45 1use strict;
eae6c2c4 2use warnings FATAL => 'all';
ac73ab52 3use Test::More tests => 3;
3379cc45 4
5use_ok('MooseX::Types::Common');
ac73ab52 6use_ok('MooseX::Types::Common::String');
7use_ok('MooseX::Types::Common::Numeric');