X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F001_basic.t;h=fd340f6cb69ca54b7a7b6676a72d0a66d7743446;hb=9fbb5be9dcf64475fb6f4d25807db1e952be2365;hp=b7bea2d273e26ac8b40e3b33db06b9c410aa96d9;hpb=2557b52647dda5b9e090b324d950d4a55db74bae;p=gitmo%2FMooseX-Getopt.git diff --git a/t/001_basic.t b/t/001_basic.t index b7bea2d..fd340f6 100644 --- a/t/001_basic.t +++ b/t/001_basic.t @@ -1,9 +1,8 @@ -#!/usr/bin/perl - use strict; use warnings; -use Test::More tests => 69; +use Test::More tests => 70; +use Test::NoWarnings 1.04 ':early'; BEGIN { use_ok('MooseX::Getopt');