Skip Menu |

This queue is for tickets about the Locales CPAN distribution.

Report information
The Basics
Id: 73571
Status: resolved
Priority: 0/
Queue: Locales

People
Owner: Nobody in particular
Requestors: dmuey [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.24
Fixed in: (no value)



Subject: t/05.plural_rules_behavior.t: Use of uninitialized value $ARGV[0] in concatenation (.) or string
the warning is harmless, it is caused by this line: my $res = $js->eval("function xyz () { return $ARGV[0] };xyz();"); which is a leftover copy/paste when developing this test.
Fixed in 0.25 uploading to CPAN shortly.