Skip Menu |

This queue is for tickets about the DateTime-Format-Duration CPAN distribution.

Report information
The Basics
Id: 101607
Status: resolved
Priority: 0/
Queue: DateTime-Format-Duration

People
Owner: ether [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.03a
Fixed in: 1.04



Subject: Unescaped left brace in regex is deprecated
With newer perls (5.21.x) using DateTime::Format::Duration is causing a warning "Unescaped left brace in regex is deprecated". See http://www.cpantesters.org/cpan/report/0f9fdc2c-89c4-11e4-a2cf-94e8e0bfc7aa for a sample report with this warning.
On 2015-01-18 14:09:51, SREZIC wrote: Show quoted text
> With newer perls (5.21.x) using DateTime::Format::Duration is causing > a warning "Unescaped left brace in regex is deprecated". See > http://www.cpantesters.org/cpan/report/0f9fdc2c-89c4-11e4-a2cf- > 94e8e0bfc7aa for a sample report with this warning.
I've encountered this too - it makes it impossible to release any dependent modules under newer perls, because author-specific had-no-warnings tests fail. Are you still involved with perl development? If not, I'd be happy to fix this issue merge other fixes. My PAUSE id is ETHER.
On 2015-03-22 19:22:28, ETHER wrote: Show quoted text
> On 2015-01-18 14:09:51, SREZIC wrote:
> > With newer perls (5.21.x) using DateTime::Format::Duration is causing > > a warning "Unescaped left brace in regex is deprecated". See > > http://www.cpantesters.org/cpan/report/0f9fdc2c-89c4-11e4-a2cf- > > 94e8e0bfc7aa for a sample report with this warning.
> > I've encountered this too - it makes it impossible to release any > dependent modules under newer perls, because author-specific had-no- > warnings tests fail. > > Are you still involved with perl development? If not, I'd be happy to > fix this issue merge other fixes. My PAUSE id is ETHER.
Hi, just checking in again.. are you still interested in maintaining this distribution? If not, I'm able to do so.
RT-Send-CC: rickm [...] cpan.org, modules [...] perl.org
On 2015-05-20 14:44:58, ETHER wrote: Show quoted text
> On 2015-03-22 19:22:28, ETHER wrote:
> > On 2015-01-18 14:09:51, SREZIC wrote:
> > > With newer perls (5.21.x) using DateTime::Format::Duration is > > > causing > > > a warning "Unescaped left brace in regex is deprecated". See > > > http://www.cpantesters.org/cpan/report/0f9fdc2c-89c4-11e4-a2cf- > > > 94e8e0bfc7aa for a sample report with this warning.
> > > > I've encountered this too - it makes it impossible to release any > > dependent modules under newer perls, because author-specific had-no- > > warnings tests fail. > > > > Are you still involved with perl development? If not, I'd be happy > > to > > fix this issue merge other fixes. My PAUSE id is ETHER.
> > > Hi, just checking in again.. are you still interested in maintaining > this distribution? If not, I'm able to do so.
Hi, pinging you one more time. Are you still around? I would like to formally request comaintainership of this module to fix the outstanding issues on newer perls.
CC: rickm [...] cpan.org, modules [...] perl.org
Subject: Re: [rt.cpan.org #101607] Unescaped left brace in regex is deprecated
Date: Sun, 16 Aug 2015 01:22:21 +0000
To: Karen Etheridge via RT <bug-DateTime-Format-Duration [...] rt.cpan.org>
From: Matt S Trout <mst [...] shadowcat.co.uk>
On Sat, Aug 15, 2015 at 01:35:30AM -0400, Karen Etheridge via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=101607 > > > On 2015-05-20 14:44:58, ETHER wrote:
> > On 2015-03-22 19:22:28, ETHER wrote:
> > > On 2015-01-18 14:09:51, SREZIC wrote:
> > > > With newer perls (5.21.x) using DateTime::Format::Duration is > > > > causing > > > > a warning "Unescaped left brace in regex is deprecated". See > > > > http://www.cpantesters.org/cpan/report/0f9fdc2c-89c4-11e4-a2cf- > > > > 94e8e0bfc7aa for a sample report with this warning.
> > > > > > I've encountered this too - it makes it impossible to release any > > > dependent modules under newer perls, because author-specific had-no- > > > warnings tests fail. > > > > > > Are you still involved with perl development? If not, I'd be happy > > > to > > > fix this issue merge other fixes. My PAUSE id is ETHER.
> > > > > > Hi, just checking in again.. are you still interested in maintaining > > this distribution? If not, I'm able to do so.
> > > Hi, pinging you one more time. Are you still around? I would like to formally request comaintainership of this module to fix the outstanding issues on newer perls.
You seem to now have first-come with RICKM as co-maint. -- Matt S Trout - Shadowcat Systems - Perl consulting with a commit bit and a clue http://shadowcat.co.uk/blog/matt-s-trout/ http://twitter.com/shadowcat_mst/ Email me now on mst (at) shadowcat.co.uk and let's chat about how our CPAN commercial support, training and consultancy packages could help your team.
RT-Send-CC: mst [...] shadowcat.co.uk
Fixed in 1.04 release.