X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FRegexp-Wildcards.git;a=blobdiff_plain;f=t%2F11-opts.t;h=b2d510c4a1e8b265628f658be71e27b08e63bb94;hp=1874b77a707a84617509501395350cd74655db57;hb=152b316b711f68b0027cbdd3e231bb6cd3d9b9a5;hpb=faf1f9f18601b51e4a4fce5dbfb0ed9bbf24e72b diff --git a/t/11-opts.t b/t/11-opts.t index 1874b77..b2d510c 100644 --- a/t/11-opts.t +++ b/t/11-opts.t @@ -27,7 +27,7 @@ is($rw->convert($wc), $win32, 'reset to win32'); $rw->type(); is($rw->convert($wc), $unix, 'reset to unix'); -$rw = Regexp::Wildcards->new(do => [ qw/jokers/ ], type => 'win32'); +$rw = Regexp::Wildcards->new(do => [ qw ], type => 'win32'); is($rw->convert($wc), $jokers, 'do overrides type in new'); $rw->do(add => 'groups'); is($rw->convert($wc), $jok_gr, 'added groups to jokers');