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
1..1
Show quoted text
# perl version = 5.010001
# Test::More version = 0.94
ok 1# Test::More version = 0.94