Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the YAML-Old CPAN distribution.

Report information
The Basics
Id: 66931
Status: open
Priority: 0/
Queue: YAML-Old

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

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



Subject: Test suite fails since perl 5.13.6
See subject. It seems that this is regexp-related. See an overview here: http://matrix.cpantesters.org/?dist=YAML-Old&maxver= And a sample test report: http://www.cpantesters.org/cpan/report/a054b012-578c-11e0-b496-0a11584a6581 Regards, Slaven
On 2011-03-26 03:55:46, SREZIC wrote: Show quoted text
> See subject. It seems that this is regexp-related. See an overview here: > http://matrix.cpantesters.org/?dist=YAML-Old&maxver= > > And a sample test report: > http://www.cpantesters.org/cpan/report/a054b012-578c-11e0-b496-0a11584a6581 > > Regards, > Slaven
Tests like this: # Failed test 'Regular Expression' # at t/dump-perl-types.t line 6. # got: '--- !!perl/regexp (?^:perfect match) # ' # expected: '--- !!perl/regexp (?-xism:perfect match) # ' suggest that it's the internal regexp representation that is being used literally in tests, rather than a qr//. Maybe it would be better to just release with a huge deprecation notice, or even remove entirely?