Commit graph

5 commits

Author SHA1 Message Date
wiz
5e28a3753a Update to 0.109:
0.109

Add minimal support for note and explain (i.e. don't crash).
2013-09-05 19:07:07 +00:00
rhaen
641cd83b8d Updated to 0.108
ChangeLog:
At the request Michael Schwern, do not "require threads" any longer as
it can upset Test::Builder. Anyone using threads should already have
done that themselves. Anyway not, doesn't need it.
2012-01-26 12:55:13 +00:00
abs
336df74f48 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.
2008-05-28 21:13:20 +00:00
rhaen
c475b3e867 - updated package to 0.106
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.106

Some doc clarifications and improvements.

0.105

Fixed documentation for run_tests - looks like I copied code for
check_test and didn't alter it correctly. Ricardo Signes pointed out
the errors.

Removed the code and docs related to the $name parameter of run_tests,
it had no effect and a name makes no sense (again a hang over from
factoring this out of check_tests I guess).

0.104

Removed a bogus entry for Exporter in @ISA in Test::Tester::Capture
and add a "use Test::Builder". This can cause problems that I can't
reproduce. Thanks to Andres Koenig.
2007-12-11 12:00:34 +00:00
wiz
943068e608 Initial import of p5-Test-Tester:
If you have written a test module based on Test::Builder then
Test::Tester allows you to test it with the minimum of effort.
2005-11-23 21:59:32 +00:00