Subject: | Locale::Messages::select_package ignores first argument |
libintl-perl-1.16
perl v5.8.8
freebsd 6.3
Locale::Messages::select_package has 1 extra argument.
You have to supply first fake argument, if you want this function to
understand your second argument.
In other words, if you give to it only 1 argument, then it _always_
makes the default "xs" choice.
E.g., if I want gettext_pp to be called, then I should call
select_package as follows:
Locale::Messages::select_package(gettext_pp, gettext_pp)