diff --git a/perl/string_helpers.pm b/perl/string_helpers.pm index 6dfeb65..62be6ee 100644 --- a/perl/string_helpers.pm +++ b/perl/string_helpers.pm @@ -56,7 +56,7 @@ sub localize_mentions # idk how to work around this my $at = '@'; - $text =~ s/$re_mentions//gs; + $text =~ s/$re_mentions//gs; $text; }