X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FRegexp-Wildcards.git;a=blobdiff_plain;f=t%2F11-commas.t;h=9720a9d8bf0e891071384dbd77fbb00d31899010;hp=ba6703a2ea468eb6ec03d10fc3bfe3d1f9c2a2cc;hb=caa5f3c462570ffc1eb2c4222266978d1c925c3b;hpb=3426f55fba3da9c8801930f82107eeac9f1f8339 diff --git a/t/11-commas.t b/t/11-commas.t index ba6703a..9720a9d 100644 --- a/t/11-commas.t +++ b/t/11-commas.t @@ -1,5 +1,8 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 8; use Regexp::Wildcards qw/wc2re_unix wc2re_win32/;