Skip Menu |

This queue is for tickets about the Lirc-Client CPAN distribution.

Report information
The Basics
Id: 36218
Status: resolved
Priority: 0/
Queue: Lirc-Client

People
Owner: Nobody in particular
Requestors: d.di-santo [...] clinique-pasteur.com
Cc:
AdminCc:

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



Subject: repeat keyword
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.
Subject: Re: [rt.cpan.org #36218] repeat keyword
Date: Tue, 27 May 2008 11:49:44 -0700
To: bug-Lirc-Client [...] rt.cpan.org
From: "Mark Grimes" <mvgrimes [...] gmail.com>
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. > >
I believe this was resolved.