Skip Menu |

This queue is for tickets about the Test-DatabaseRow CPAN distribution.

Report information
The Basics
Id: 66916
Status: resolved
Priority: 0/
Queue: Test-DatabaseRow

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

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



Subject: Tests fail since perl 5.13.5
See subject. An overview of the failures may be seen here: http://matrix.cpantesters.org/?dist=Test-DatabaseRow&maxver= Here's a sample test report: http://www.cpantesters.org/cpan/report/2a4d0766-5273-11e0-8a12-d8f0c7dfb23c Regards, Slaven
Subject: Re: [rt.cpan.org #66916] Tests fail since perl 5.13.5
Date: Fri, 30 Sep 2011 12:22:58 +0100
To: bug-Test-DatabaseRow [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
Tests fail because the stringification of regexps has changed. You now get "(?^:whatever)" instead of "(?-xism:whatever)". The test needs to allow both forms. -zefram
Fixed in 2.01