pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Test-Tester



Module Name:    pkgsrc
Committed By:   abs
Date:           Wed May 28 21:13:20 UTC 2008

Modified Files:
        pkgsrc/devel/p5-Test-Tester: Makefile distinfo

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.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/p5-Test-Tester/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-Test-Tester/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index