Thanks Denis. You are absolutely right. I have updated the module.
Since I don't really use the repeat flag (and have been too lazy to
setup a good test as of yet), I would appreciate your feedback. Please
let me know if everything is working now.
On Tue, May 27, 2008 at 11:17 AM, Denis DI SANTO via RT
<bug-Lirc-Client@rt.cpan.org> wrote:
Show quoted text>
> Tue May 27 14:17:47 2008: Request 36218 was acted upon.
> Transaction: Ticket created by dst31
> Queue: Lirc-Client
> Subject: repeat keyword
> Broken in: 1.50
> Severity: Important
> Owner: Nobody
> Requestors: d.di-santo@clinique-pasteur.com
> Status: new
> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=36218 >
>
>
> Hi,
> You have a problem with the reapet treatment...repeat is alway treated
> as 0 !!!
> in fact, i think that in sub parle_line you write " my $rep_count =
> $command->{rep};"
> and you have to use " my $rep_count = $command->{repeat};" :-)
> you have also to test that $rep_count is not equal to 0 due to "%" with
> cause an error...
>
> Denis.
>
>