Skip Menu |

This queue is for tickets about the Acme-Hello CPAN distribution.

Report information
The Basics
Id: 87679
Status: new
Priority: 0/
Queue: Acme-Hello

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

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



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
On 2013-08-07 12:26:06, SREZIC wrote: Show quoted text
> 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=
Maybe depends on the existence of the optional module Locale::Maketext::Lexicon? Possibly it fails without it?