From cb5a18804f742edfcab235f1629d42c6a95c62ab Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 20 Jan 2004 12:03:12 +0000 Subject: help perl_checker seeing charsetChanged even if known install_steps_* can be seen --- perl-install/install_steps.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 20b9649dc..cd3a94a2b 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -42,6 +42,10 @@ sub new($$) { return $o; } +sub charsetChanged { + my ($_o) = @_; +} + #-###################################################################################### #- In/Out Steps Functions #-###################################################################################### -- cgit v1.2.1