]> git.vpit.fr Git - perl/modules/Regexp-Wildcards.git/blobdiff - t/02-wc2re.t
Update .gitignore
[perl/modules/Regexp-Wildcards.git] / t / 02-wc2re.t
index 0d45ab7de8da394165caa893479008e11406a0ab..0aa383bd9c7faf8e7b8104e2f7b9e0457bb7dac9 100644 (file)
@@ -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}') {