X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F02-wc2re.t;h=0aa383bd9c7faf8e7b8104e2f7b9e0457bb7dac9;hb=5468cc9fedae639e785117ab38807d857c84bdec;hp=0d45ab7de8da394165caa893479008e11406a0ab;hpb=6305572fe1d1790682966644ede8f267f22bd1d1;p=perl%2Fmodules%2FRegexp-Wildcards.git diff --git a/t/02-wc2re.t b/t/02-wc2re.t index 0d45ab7..0aa383b 100644 --- a/t/02-wc2re.t +++ b/t/02-wc2re.t @@ -1,8 +1,11 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 10; -use Regexp::Wildcards qw/wc2re wc2re_unix wc2re_win32/; +use Regexp::Wildcards qw/wc2re wc2re_win32/; for my $O (qw/win32 dos os2 cygwin/, 'MSWin32') { for ('a{b,c}*', 'a?{b\\{,\\}c}') {