X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=t%2F40-ctl%2Feval-comp.t;fp=t%2F40-ctl%2Feval-comp.t;h=d70bbff3a90217234e413feb94f5b0bfaa0b0c23;hp=104f111636d352fbd9ec3ff8dae6e662ac5a809a;hb=3cdbf09f4f3afe2781fe250cef854d82e3ec2c9e;hpb=d4db715e455063f957068da7ac3bc548935f9ff5 diff --git a/t/40-ctl/eval-comp.t b/t/40-ctl/eval-comp.t index 104f111..d70bbff 100644 --- a/t/40-ctl/eval-comp.t +++ b/t/40-ctl/eval-comp.t @@ -15,7 +15,7 @@ use re::engine::Plugin ( comp => sub { die "died at comp time" }, ); -eval { "str" ~~ /noes/ }; +eval { "str" =~ /noes/ }; TODO: { local $TODO = 'passing tests for known bug with how we handle eval';