X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F11-commas.t;h=9720a9d8bf0e891071384dbd77fbb00d31899010;hb=5468cc9fedae639e785117ab38807d857c84bdec;hp=ba6703a2ea468eb6ec03d10fc3bfe3d1f9c2a2cc;hpb=46111541589202352d6a6a665eb03fe24e3861a6;p=perl%2Fmodules%2FRegexp-Wildcards.git 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/;