Subject: | prototyping in sub 'factor' in Text::Query::ParseAdvanced |
Line 98 of Text::Query::ParseAdvanced is:
sub factor($) {
But the prototyping causes warnings:
shebop:~ # perl -MText::Query::ParseAdvanced -w -e1
Text::Query::ParseAdvanced::factor() called too early to check prototype at /usr/lib/perl5/site_perl/5.8.3/Text/Query/ParseAdvanced.pm line 115.
Text::Query::ParseAdvanced::factor() called too early to check prototype at /usr/lib/perl5/site_perl/5.8.3/Text/Query/ParseAdvanced.pm line 123.