X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Common.git;a=blobdiff_plain;f=t%2F00-load.t;h=62f703bb7ee25380bb13ce0ea2efcbcb51253867;hp=e51d2700e66b17b5e3d10c5b46a6dfbc466cb8fe;hb=d174f7682d8e311e9743fa3383779b2531721673;hpb=ac73ab52030a0e37e78c715d880d92cdb8f4b0ed diff --git a/t/00-load.t b/t/00-load.t index e51d270..62f703b 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -1,7 +1,5 @@ -#! /usr/bin/perl -w - use strict; -use warnings; +use warnings FATAL => 'all'; use Test::More tests => 3; use_ok('MooseX::Types::Common');