From 26037c6e000f9684f8fb5c99b59e2f322ec6c88d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 3 Jan 2003 00:00:46 +0000 Subject: fix call to method ask_from__add_modify_removeW --- perl-install/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/interactive.pm') diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index 8ae3401c9..cb15777e1 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -257,7 +257,7 @@ sub ask_from__add_modify_remove { $callback{$_} or internal_error("missing callback $_") foreach qw(Add Modify Remove); if ($o->can('ask_from__add_modify_removeW')) { - ask_from__add_modify_removeW($o, $title, $message, $l, %callback); + $o->ask_from__add_modify_removeW($title, $message, $l, %callback); } else { my $e = $l->[0]; my $chosen_element; -- cgit v1.2.1