Skip Menu |

This queue is for tickets about the PerlSpeak CPAN distribution.

Report information
The Basics
Id: 39289
Status: new
Priority: 0/
Queue: PerlSpeak

People
Owner: Nobody in particular
Requestors: noosphere [...] mailc.net
Cc:
AdminCc:

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



Subject: bugs in PerlSpeak
Date: Mon, 15 Sep 2008 07:28:07 -0400
To: bug-PerlSpeak [...] rt.cpan.org
From: noosphere [...] mailc.net
% cat ./voices-test #!/usr/bin/perl use PerlSpeak ; $ps = PerlSpeak->new(); $voices = $ps->get_voices(); % ./voices-test Can't call method "connected" on an undefined value at /usr/lib64/perl5/vendor_perl/5.8.8/PerlSpeak.pm line 125. ------------------------- % cat speech-test #!/usr/bin/perl use PerlSpeak ; $ps = PerlSpeak->new(); $ps->say("Hello."); % ./speech-test Hello. SIOD ERROR: unbound variable : kal_diphone ------------------------- % uname -a Linux ragnarok 2.6.24-gentoo-r3 #5 PREEMPT RT Sat Aug 30 21:34:40 EDT 2008 x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux % perl --version This is perl, v5.8.8 built for x86_64-linux -- http://www.fastmail.fm - Email service worth paying for. Try it for free