X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F107_union_bug.t;h=a1d4b7c8e6b360bf40927a7847e6d3c06f9df908;hb=14cb82caf70efcf0275fd296a0eba38bd04c7e74;hp=9f78fb5410b092e677037d7251f23c200473fb0e;hpb=8fb3af531d96f3fa9314b3c1affc6d2cae6e1586;p=gitmo%2FMooseX-Getopt.git diff --git a/t/107_union_bug.t b/t/107_union_bug.t index 9f78fb5..a1d4b7c 100644 --- a/t/107_union_bug.t +++ b/t/107_union_bug.t @@ -1,9 +1,8 @@ -#!/usr/bin/perl - use strict; use warnings; -use Test::More; +use Test::More tests => 6; +use Test::NoWarnings 1.04 ':early'; { package example; @@ -62,5 +61,3 @@ use Test::More; is_deeply($example->results, [qw(1234 5678 9012)], 'result as expected'); } -done_testing; -