fix spelling, whitespace, unused vars release test failures
[gitmo/MooseX-Types-Common.git] / t / 00-load.t
index b004273..62f703b 100644 (file)
@@ -1,7 +1,7 @@
-#! /usr/bin/perl -w
-
 use strict;
-use warnings;
-use Test::More tests => 1;
+use warnings FATAL => 'all';
+use Test::More tests => 3;
 
 use_ok('MooseX::Types::Common');
+use_ok('MooseX::Types::Common::String');
+use_ok('MooseX::Types::Common::Numeric');