about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/Devel/Mwrap/Rproxy.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Devel/Mwrap/Rproxy.pm b/lib/Devel/Mwrap/Rproxy.pm
index b2bee8c..c96a947 100644
--- a/lib/Devel/Mwrap/Rproxy.pm
+++ b/lib/Devel/Mwrap/Rproxy.pm
@@ -66,7 +66,7 @@ sub a2l {
         my $a2l = $addr2line{$exe} //= Devel::Mwrap::Rproxy::A2L->new($exe);
         chomp(my $line = $a2l->lookup($addr));
         $line = Plack::Util::encode_html($line);
-        $line =~ /\A\?\?:/ ? "$line $exe $addr" : $line;
+        $line =~ /\?\?/ ? "$line $exe $addr" : $line;
 }
 
 sub call { # PSGI entry point