From 983749018c5b1502b1302d5546aef55533f46663 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 14 Oct 2012 12:04:31 +0200 Subject: [PATCH] Pass $obj to _DB__handle_f_command. For consistency with the other commands. --- lib/perl5db.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 9042ab0..e98ac61 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -2788,7 +2788,7 @@ Just uses C to determine what methods are available. =cut - _DB__handle_f_command(); + _DB__handle_f_command($obj); =head4 C<.> - return to last-executed line. -- 2.7.4