Subject: | Failed tests in Test::Pockito |
Perl - 5.14.2
OS - Fedora16-i386
While installing, I found below two test are broken:
1. t/002_basic_mock.t
Line - 297 reason being there are extra dots in the warning returned.
2. t/exported/test_12.t
Similar as above where in for OK, it fails due to regex.
$_[0] =~ /^Mock call not found to CarpCall->a at t\/.*?.t line \d+$/, "Warning properly issued."
Can we not relax the above two regex a little bit so that the tests pass. Though this is already reported, given a chance, i can fix it.