Skip Menu |

This queue is for tickets about the Lingua-Slavic-Numbers CPAN distribution.

Report information
The Basics
Id: 116382
Status: open
Priority: 0/
Queue: Lingua-Slavic-Numbers

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

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



Subject: Unescaped left brace in regex is illegal here in regex
Module compilation fails for per 5.25.0 and newer. See also https://rt.perl.org/Public/Bug/Display.html?id=128139 Overview of test reports: http://matrix.cpantesters.org/?dist=Lingua-Slavic-Numbers%200.03
Slaven, do you want to take over this module? I am unable to work on it.
On Fri Jul 22 10:48:09 2016, TEODOR wrote: Show quoted text
> Slaven, do you want to take over this module? I am unable to work on it.
Something like the patch attach should address the problem. Thank you very much. Jim Keenan
Subject: Lingua-Slavic-Numbers-unescaped-left-brace.diff
diff -u -r lib/Lingua/Slavic/Numbers.pm blib/lib/Lingua/Slavic/Numbers.pm --- lib/Lingua/Slavic/Numbers.pm 2008-08-06 17:08:50.000000000 -0400 +++ blib/lib/Lingua/Slavic/Numbers.pm 2016-12-20 13:01:43.009731824 -0500 @@ -539,8 +539,8 @@ while ($data =~ m/\[$RE{num}{real}{-sep=>'[,.]?'}\]+/ || # [number] $data =~ m/{$RE{num}{real}{-sep=>'[,.]?'}}+/) # {number} { - $data =~ s/{ - { + $data =~ s/\{ + \{ $RE{num}{dec}{-sep=>'[,.]?'}{-keep} } ([:\w]+)?
On 2016-07-22 10:48:09, TEODOR wrote: Show quoted text
> Slaven, do you want to take over this module? I am unable to work on it.
My knowledge of slavic languages is not that deep. But I can do pure technical maintenance (e.g. fixing the mentioned regexp issue), so yes, if you like, you can give me co-maint permissions on pause. Regards, Slaven
On 2016-12-20 13:04:10, JKEENAN wrote: Show quoted text
> On Fri Jul 22 10:48:09 2016, TEODOR wrote:
> > Slaven, do you want to take over this module? I am unable to work on it.
> > Something like the patch attach should address the problem.
Another patch is needed to completely cease all warnings: http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Lingua-Slavic-Numbers-0.03-RT116382.patch
Subject: Re: [rt.cpan.org #116382] Unescaped left brace in regex is illegal here in regex
Date: Wed, 1 May 2019 10:20:49 -0400
To: bug-Lingua-Slavic-Numbers [...] rt.cpan.org
From: Ted Zlatanov <tzz [...] lifelogs.com>
SREZIC added as co-maintainer. Thank you for helping.
On 2019-05-01 10:21:09, tzz@lifelogs.com wrote: Show quoted text
> SREZIC added as co-maintainer. Thank you for helping.
Hi Ted, is there a (git) repository available? Otherwise I would just fork it from https://github.com/gitpan/Lingua-Slavic-Numbers and go on. Regards, Slaven
Subject: Re: [rt.cpan.org #116382] Unescaped left brace in regex is illegal here in regex
Date: Wed, 13 May 2020 16:50:27 -0400
To: bug-Lingua-Slavic-Numbers [...] rt.cpan.org
From: Ted Zlatanov <tzz [...] lifelogs.com>
Hi Slaven. You can just grab the code that way - my repo was never public and there's nothing beyond the basic code and tests. Thank you Ted On Wed, May 13, 2020 at 4:41 PM Slaven_Rezic via RT < bug-Lingua-Slavic-Numbers@rt.cpan.org> wrote: Show quoted text
> Queue: Lingua-Slavic-Numbers > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=116382 > > > On 2019-05-01 10:21:09, tzz@lifelogs.com wrote:
> > SREZIC added as co-maintainer. Thank you for helping.
> > Hi Ted, > > is there a (git) repository available? Otherwise I would just fork it from > https://github.com/gitpan/Lingua-Slavic-Numbers and go on. > > Regards, > Slaven >