summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-06-24 10:46:30 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-06-24 10:46:30 +0000
commit1dfc06422978cbae04f06f13165d2aea37fac8e1 (patch)
tree6272b1add0068da59fe9f58ba818e617dd7a0a29 /perl-install/install_any.pm
parent2a0bbee296669686a3332e6595bc1021757249b0 (diff)
downloaddrakx-backup-do-not-use-1dfc06422978cbae04f06f13165d2aea37fac8e1.tar
drakx-backup-do-not-use-1dfc06422978cbae04f06f13165d2aea37fac8e1.tar.gz
drakx-backup-do-not-use-1dfc06422978cbae04f06f13165d2aea37fac8e1.tar.bz2
drakx-backup-do-not-use-1dfc06422978cbae04f06f13165d2aea37fac8e1.tar.xz
drakx-backup-do-not-use-1dfc06422978cbae04f06f13165d2aea37fac8e1.zip
no_comment
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 7a5be64f1..07b80e222 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -589,6 +589,7 @@ sub g_auto_install(;$) {
local *F;
open F, ">$f" or log::l("can't output the auto_install script in $f"), return;
+ print F "# You should always check the syntax with 'perl -cw auto_inst.cfg.pl' before testing\n";
print F Data::Dumper->Dump([$o], ['$o']), "\0";
}