summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-20 12:03:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-20 12:03:12 +0000
commitcb5a18804f742edfcab235f1629d42c6a95c62ab (patch)
tree957cc49d75094dae7f7f1348a89b3e4ce3e154da /perl-install/install_steps.pm
parent038e2b5d78e9acf85b9fcbb9691681fb7e0f1d86 (diff)
downloaddrakx-cb5a18804f742edfcab235f1629d42c6a95c62ab.tar
drakx-cb5a18804f742edfcab235f1629d42c6a95c62ab.tar.gz
drakx-cb5a18804f742edfcab235f1629d42c6a95c62ab.tar.bz2
drakx-cb5a18804f742edfcab235f1629d42c6a95c62ab.tar.xz
drakx-cb5a18804f742edfcab235f1629d42c6a95c62ab.zip
help perl_checker seeing charsetChanged even if known install_steps_* can be seen
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm4
1 files changed, 4 insertions, 0 deletions
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
#-######################################################################################