Commit 24247710 authored by terry%mozilla.org's avatar terry%mozilla.org

Fixed stupid perl warning.

parent 003f86fb
...@@ -26,7 +26,7 @@ use strict; ...@@ -26,7 +26,7 @@ use strict;
# Shut up misguided -w warnings about "used only once". For some reason, # Shut up misguided -w warnings about "used only once". For some reason,
# "use vars" chokes on me when I try it here. # "use vars" chokes on me when I try it here.
sub sillyness { sub CGI_pl_sillyness {
my $zz; my $zz;
$zz = %::FILENAME; $zz = %::FILENAME;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment