Skip Menu |

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

Report information
The Basics
Id: 42991
Status: resolved
Priority: 0/
Queue: Test-Differences-Color

People
Owner: Nobody in particular
Requestors: h.m.brand [...] xs4all.nl
Cc:
AdminCc:

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



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
This bug was fixed in v0.04. Thanks for your feedback. 在 2009-02-03 05:42:55 星期二 時,h.m.brand@xs4all.nl 寫到: Show quoted text
> /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