X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F101_argv_bug.t;h=02c5fc21ae70a22abbb4705fcda70291ec4d94d9;hb=85cd03ac17616cd4d314b5262cc430fad572caec;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..02c5fc2 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 warnings FATAL => 'all'; -use Test::More tests => 3; +use Test::More tests => 4; +use Test::Warnings; use MooseX::Getopt;