X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FRegexp-Wildcards.git;a=blobdiff_plain;f=t%2F02-wc2re.t;h=c8e6c10f2c6705b8538f50f13debab12c89e5ad1;hp=0d45ab7de8da394165caa893479008e11406a0ab;hb=3426f55fba3da9c8801930f82107eeac9f1f8339;hpb=03007c83b1d852b1f2120c7aa500c36607d30e72 diff --git a/t/02-wc2re.t b/t/02-wc2re.t index 0d45ab7..c8e6c10 100644 --- a/t/02-wc2re.t +++ b/t/02-wc2re.t @@ -2,7 +2,7 @@ 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}') {