pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   abs
Date:           Wed May 28 21:25:40 UTC 2008

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

Log Message:
Updated devel/Test-Deep to 0.101

0.101

Fix an overloading problem with All and Any. Thanks to Kostas
Chatzikokolakis for reporting the bug and especially for explaining
how to fix it :)

Added a nasty hack to smooth over a problem in Test::Tester.

0.100

Apply patch from Andreas Koenig (ANDK) to cope with Perl 5.11's new
REGEXP objects.

0.099

Don't explode on perl's that don't have weakrefs. If they're not
available, just don't weaken the refs. It means refs can be cached for
longer than desirable but it's better than explodiing.

This doesn't fix all of te problems with perl 5.005 but I'm pushing it
out because the previous version number upsets CPAN.pm.

0.098

Cleaned up Test::Deep::NoTest by making it call Test::Deep's import,
that way it will always be in sync for exports. Also added some POD
docs.

Added notest_extra.t to check that things are correctly exported and
working.

Add cmp_details but left it undocumented. It manages localising the
stack etc. Factored eq_deeply and cmp_deeply through that. This meant
adding an icky hack into deep_diag. I should clean that whole thing up.

Remove $name from params of eq_deeply, in code and docs, it was unused.

0.097

Fixed doc typo for re().

Fix diagnostics for code(), it was always printing undef instead of
the got value.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/p5-Test-Deep/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-Test-Deep/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