X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F11-opts.t;h=b2d510c4a1e8b265628f658be71e27b08e63bb94;hb=152b316b711f68b0027cbdd3e231bb6cd3d9b9a5;hp=1874b77a707a84617509501395350cd74655db57;hpb=39b3bffa90cd07a8edd6ff9e22481bc61c33dd6a;p=perl%2Fmodules%2FRegexp-Wildcards.git 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');