]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - t/40-ctl/eval-comp.t
Get rid of smart matches
[perl/modules/re-engine-Plugin.git] / t / 40-ctl / eval-comp.t
index 104f111636d352fbd9ec3ff8dae6e662ac5a809a..d70bbff3a90217234e413feb94f5b0bfaa0b0c23 100644 (file)
@@ -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';