X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F000_load.t;h=1f3cfb8cd2dccaa330b61c2f80bf16d7be2737f8;hb=aec092482d5b90b8279e4a5f92165868a78ddf32;hp=a06573d5b7684497a4eed3a254fca95413a30a89;hpb=5dac17c3fb3f25ba558e70565462826017f0c91c;p=gitmo%2FMooseX-Getopt.git diff --git a/t/000_load.t b/t/000_load.t index a06573d..1f3cfb8 100644 --- a/t/000_load.t +++ b/t/000_load.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::Getopt');