Subject: | “Compiles” filter can cause warnings since methods using args do not get args passed in |
http://search.cpan.org/perldoc?
Locale%3A%3AMaketext%3A%3AUtils%3A%3APhrase%3A%3ANorm%3A%3ACompiles
perl -MLocale::Maketext::Utils::Phrase::cPanel -we 'my
$n=Locale::Maketext::Utils::Phrase::cPanel->new();$n->normalize("I [quant,_1,foo,foos].");'
perl -MLocale::Maketext::Utils::Phrase::cPanel -we 'my
$n=Locale::Maketext::Utils::Phrase::cPanel->new("Compiles",
{"skip_defaults_when_given_filters"=>1});$n->normalize("I [quant,_1,foo,foos].");'
both output:
Use of uninitialized value $n in abs at
/usr/local/cpanel/3rdparty/perl/514/lib/perl5/site_lib/Locales.pm line 273.
Use of uninitialized value $num in numeric eq (==) at
/usr/local/cpanel/3rdparty/perl/514/lib/perl5/site_lib/Locale/Maketext/Utils.pm line 697.
Use of uninitialized value in concatenation (.) or string at
/usr/local/cpanel/3rdparty/perl/514/lib/perl5/site_lib/Locale/Maketext/Utils.pm line 701.
Addresses rt 76706 ???