Fix for bug 97657 - in defparams.pl, the sillyness sub should be called defparams_pl_sillyness

Patch by David D. Kilzer <ddkilzer@theracingworld.com>
r= jake@acutex.net
This commit is contained in:
jake%acutex.net 2001-09-10 14:57:12 +00:00
Родитель 14d0ed5887
Коммит f3c75e5233
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -38,7 +38,7 @@ use strict;
# Shut up misguided -w warnings about "used only once". For some reason,
# "use vars" chokes on me when I try it here.
sub bug_form_pl_sillyness {
sub defparams_pl_sillyness {
my $zz;
$zz = %::param_checker;
$zz = %::param_desc;