diff options
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 1 |
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"; } |