Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Path-Class-Rule CPAN distribution.

Report information
The Basics
Id: 71400
Status: resolved
Priority: 0/
Queue: Path-Class-Rule

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

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



Subject: Undeclared dependency on perl 5.14
Version 0.005 introduced a dependency on perl 5.14 regular expressions in the following line in sub _regexify: return qr/(?^$flags$add)$pattern/; (line 249 in the CPAN release).
Subject: Re: [rt.cpan.org #71400] Undeclared dependency on perl 5.14
Date: Tue, 4 Oct 2011 14:01:19 -0400
To: bug-Path-Class-Rule [...] rt.cpan.org
From: David Golden <dagolden [...] cpan.org>
On Sun, Oct 2, 2011 at 8:01 AM, brian greenfield via RT <bug-Path-Class-Rule@rt.cpan.org> wrote: Show quoted text
> Version 0.005 introduced a dependency on perl 5.14 regular expressions > in the following line in sub _regexify: > >  return qr/(?^$flags$add)$pattern/;
Good catch. Now I need to figure out a backwards compatible way to do this. Ugh. -- David
Fixed in 0.006 released to CPAN.