Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 87799
Status: new
Priority: 0/
Queue: Test-DBIx-Class

People
Owner: jjnapiork [...] cpan.org
Requestors: RKINYON [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.40
Fixed in: (no value)



Subject: Cannot use Test::Deep constructors
use Test::Deep; is_fields [ 'id', 'something' ], $my_$rs [ 1, re('^\d+$') ]; That should work, but it fails because the MD5 comparison fails. Make this work properly. :)