projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
16433e2
)
Remove unused lexical present since change 13426.
Nicholas Clark [Sun, 26 Nov 2006 17:33:05 +0000 (17:33 +0000)]
p4raw-id: //depot/perl@29384
lib/Carp/Heavy.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Carp/Heavy.pm
b/lib/Carp/Heavy.pm
index
d5711ce
..
2caeb27
100644
(file)
--- a/
lib/Carp/Heavy.pm
+++ b/
lib/Carp/Heavy.pm
@@
-55,7
+55,6
@@
sub longmess_real {
sub shortmess_real {
# Icky backwards compatibility wrapper. :-(
- my $call_pack = caller();
local @CARP_NOT = caller();
shortmess_heavy(@_);
};