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.