X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F01use.t;h=8b1cdb19176235dd62d5785bb43b823c93f86152;hb=f7a282fa78160e540d92ca875bce7efc2a7279c2;hp=80a433186e346a903bedeb119e4ea752be863f5e;hpb=c35b639ebabd8c4e2917f17954bb99d269be8171;p=gitmo%2FMooseX-ConfigFromFile.git diff --git a/t/01use.t b/t/01use.t index 80a4331..8b1cdb1 100644 --- a/t/01use.t +++ b/t/01use.t @@ -1,9 +1,8 @@ -#!/usr/bin/perl - use strict; -use warnings; +use warnings FATAL => 'all'; -use Test::More tests => 1; +use Test::More tests => 2; +use Test::NoWarnings 1.04 ':early'; BEGIN { use_ok('MooseX::ConfigFromFile');