Subject: | hello() does not work |
The hello() function does not work, it seems:
$ perl -e 'use Acme::Hello; hello()'
Cannot find handle for language: .
This is on a debian/squeeze system with a self-compiled perl 5.14.2, and if it matters, here's my locale settings (but I get the same result if I set LANG or so to "C"):
$ locale
LANG=hr_HR.utf8
LANGUAGE=
LC_CTYPE="hr_HR.utf8"
LC_NUMERIC="hr_HR.utf8"
LC_TIME="hr_HR.utf8"
LC_COLLATE="hr_HR.utf8"
LC_MONETARY="hr_HR.utf8"
LC_MESSAGES="hr_HR.utf8"
LC_PAPER="hr_HR.utf8"
LC_NAME="hr_HR.utf8"
LC_ADDRESS="hr_HR.utf8"
LC_TELEPHONE="hr_HR.utf8"
LC_MEASUREMENT="hr_HR.utf8"
LC_IDENTIFICATION="hr_HR.utf8"
LC_ALL=
Regards,
Slaven