Subject: | Cannot replace non-existent sub (Test::Builder::_print_diag) |
Date: | Tue, 3 Feb 2009 11:42:25 +0100 |
To: | bug-test-differences-color [...] rt.cpan.org |
From: | "H.Merijn Brand" <h.m.brand [...] xs4all.nl> |
/tmp > cat xx.pl
#!/pro/bin/perl
use strict;
use warnings;
use Test::More tests => 1;
use Test::Differences::Color;
eq_or_diff ("fOOt", "f00t");
/tmp > perl xx.pl
1..1
Cannot replace non-existent sub (Test::Builder::_print_diag) at /pro/lib/perl5/site_perl/5.8.8/Test/Differences/Color.pm line 80
# Looks like your test exited with 255 before it could output anything.
Exit 255
/tmp >
perl 5.8.8-dor x86_64
Test::More 0.86
Test::Builder 0.86
Test::Differences 0.4801