X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FRegexp-Wildcards.git;a=blobdiff_plain;f=t%2F10-jokers.t;h=27a041a8b7186120a376627e231ccb3fa6804c46;hp=0ce769e50eb7fa1e8cb1ddff5cb8beb407364671;hb=caa5f3c462570ffc1eb2c4222266978d1c925c3b;hpb=3426f55fba3da9c8801930f82107eeac9f1f8339 diff --git a/t/10-jokers.t b/t/10-jokers.t index 0ce769e..27a041a 100644 --- a/t/10-jokers.t +++ b/t/10-jokers.t @@ -1,5 +1,8 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 4 * (4 + 2 + 7 + 9 + 2) * 3; use Regexp::Wildcards qw/wc2re/;