Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 53469
Status: resolved
Priority: 0/
Queue: Test-Simple

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

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



Subject: is_deeply() can't handle regex object
$ perl -E'use Test::More tests => 1; say "# perl version = $]\n# Test::More version = $Test::More::VERSION"; is_deeply(qr/a/, qr/b/)'
1..1
Show quoted text
# perl version = 5.010001
# Test::More version = 0.94
ok 1