summaryrefslogtreecommitdiff
path: root/lib/DB.pm
diff options
context:
space:
mode:
authorjkeenan <jkeenan@cpan.org>2011-11-19 19:37:03 -0500
committerFather Chrysostomos <sprout@cpan.org>2011-11-22 16:27:16 -0800
commit1f874cb6cda8ff355ea232af026e2429ee2e9afb (patch)
tree75533a26f98febd58176f2c8a499380ed20d8055 /lib/DB.pm
parent19f4563d308d36e3c082bc240db976a379fddfc6 (diff)
downloadperl-1f874cb6cda8ff355ea232af026e2429ee2e9afb.tar.gz
[RT #36079] Convert ` to '.
Diffstat (limited to 'lib/DB.pm')
-rw-r--r--lib/DB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DB.pm b/lib/DB.pm
index 16ff99afa5..7048354fe7 100644
--- a/lib/DB.pm
+++ b/lib/DB.pm
@@ -258,7 +258,7 @@ sub backtrace {
} elsif ($s eq '(eval)') {
$s = "eval {...}";
}
- $f = "file `$f'" unless $f eq '-e';
+ $f = "file '$f'" unless $f eq '-e';
push @ret, "$w&$s$a from $f line $l";
last if $DB::signal;
}