Skip Menu |

This queue is for tickets about the Locale-Maketext-Utils CPAN distribution.

Report information
The Basics
Id: 76706
Status: resolved
Priority: 0/
Queue: Locale-Maketext-Utils

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

Bug Information
Severity: (no value)
Broken in: 0.30
Fixed in: (no value)



Subject: investigate and address normalization warnings
a) t/07.phrase_norm.t # TODO: Why does the run_32_tests() below do this: b) Once "a" is done, look for and do this sort of thing (based on t/42_… w/ -w) - return $str if $str !~ m/\_(\-?[0-9]+)/; - my @args = __caller_args( $_[1] ); # this way be dragons + return $str if !defined $str || $str !~ m/\_(\-?[0-9]+)/; + my @args = __caller_args( $_[1] || 0); # this way be dragons
done in v0.37 just uploaded to CPAN