X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F11-commas.t;h=9720a9d8bf0e891071384dbd77fbb00d31899010;hb=refs%2Ftags%2Fv0.07;hp=ba6703a2ea468eb6ec03d10fc3bfe3d1f9c2a2cc;hpb=3426f55fba3da9c8801930f82107eeac9f1f8339;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/;