Re: [fix] biology/p5-Bio-ASN1-EntrezGene: fix unescaped left braces

2019-08-08 Thread Stuart Henderson
On 2019/08/08 19:03, Charlene Wendling wrote: > Ping. ok. > > > > On Wed, 17 Jul 2019 19:11:59 +0200 > > Charlene Wendling wrote: > > > > > > > > This version of this module contains unescaped left braces that, > > > while not fatal until Perl 5.32, mark the tests as failing when it > > > shou

Re: [fix] biology/p5-Bio-ASN1-EntrezGene: fix unescaped left braces

2019-08-08 Thread Charlene Wendling
Ping. > > On Wed, 17 Jul 2019 19:11:59 +0200 > Charlene Wendling wrote: > > > > > This version of this module contains unescaped left braces that, > > while not fatal until Perl 5.32, mark the tests as failing when it > > should not. > > > > > > I'm proposing a patch to fix that. There are n

Re: [fix] biology/p5-Bio-ASN1-EntrezGene: fix unescaped left braces

2019-07-24 Thread Charlene Wendling
Ping. On Wed, 17 Jul 2019 19:11:59 +0200 Charlene Wendling wrote: > > This version of this module contains unescaped left braces that, while > not fatal until Perl 5.32, mark the tests as failing when it should > not. > > > I'm proposing a patch to fix that. There are no consumers. Indeed now

[fix] biology/p5-Bio-ASN1-EntrezGene: fix unescaped left braces

2019-07-17 Thread Charlene Wendling
This version of this module contains unescaped left braces that, while not fatal until Perl 5.32, mark the tests as failing when it should not. I'm proposing a patch to fix that. There are no consumers. Indeed now 'make test' passes. OK? Charlène. Index: Makefile ==