X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F101_argv_bug.t;h=318291caf5a9aadb9810efaab3b5a3c9ef3d2e8a;hb=9fbb5be9dcf64475fb6f4d25807db1e952be2365;hp=6d75ad56d08237135f288d9c771d8e3888272fae;hpb=5bc5175cecfd1d014e7d555c5bfffeef5f318943;p=gitmo%2FMooseX-Getopt.git diff --git a/t/101_argv_bug.t b/t/101_argv_bug.t index 6d75ad5..318291c 100644 --- a/t/101_argv_bug.t +++ b/t/101_argv_bug.t @@ -1,9 +1,8 @@ -#!/usr/bin/env perl - use strict; use warnings; -use Test::More tests => 3; +use Test::More tests => 4; +use Test::NoWarnings 1.04 ':early'; use MooseX::Getopt;