Skip to content

Commit

Permalink
Fix $str ~~ m// always being true
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Mar 1, 2011
1 parent c01053e commit 31427c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SAFE.setting
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ my class Regex is Sub {
(return (newrwlistvar (@ (l val))) (l val)))
(prog))))
(set_status (s $*/) {Match})
{Any})
{Match})
};
}
}
Expand Down

0 comments on commit 31427c7

Please sign in to comment.