Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Test-Tester
From: David Brownlee
Date: 2008-05-28 23:13:20
Message id: 20080528211320.91C1D175D0@cvs.netbsd.org
Log Message:
Updated devel/Test-Tester to 0.107
0.107
Test::Tester::Capgture::new used to just return __PACKAGE__
because Test::Builder::new enforced it's singleton nature by
return __PACKAGE__. That has since changed, Test::Builder::new now
returns a blessed has and around version 0.78, Test::Builder::todo
started wanting to modify $self. To cope with this, we now return
a blessed hash. This is a short-term hack, the correct thing to do
is to detect which style of Test::Builder we're dealing with and
act appropriately.
Files: