You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl-Hook-LexWrap/Hook-LexWrap-0.20-cpan-rt-3...

15 lines
479 B

Address http://rt.cpan.org/Public/Bug/Display.html?id=38892
diff -Naur Hook-LexWrap-0.20.orig/lib/Hook/LexWrap.pm Hook-LexWrap-0.20/lib/Hook/LexWrap.pm
--- Hook-LexWrap-0.20.orig/lib/Hook/LexWrap.pm 2001-10-01 08:51:03.000000000 +0200
+++ Hook-LexWrap-0.20/lib/Hook/LexWrap.pm 2008-10-05 06:14:41.000000000 +0200
@@ -3,7 +3,7 @@
use 5.006;
use Carp;
-*CORE::GLOBAL::caller = sub {
+*CORE::GLOBAL::caller = sub(;$) {
my ($height) = ($_[0]||0);
my $i=1;
my $name_cache;