]> git.vpit.fr Git - perl/modules/Test-Leaner.git/commit
Generate binop comparators on the fly
authorVincent Pit <vince@profvince.com>
Fri, 24 Dec 2010 17:33:43 +0000 (18:33 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 24 Dec 2010 17:34:32 +0000 (18:34 +0100)
commit95d98c140e711be6185a7ff61ac78668ebc91155
treef53e364e9a34d8cef72ffd61518cef76fb9be2c2
parent627cfc1e101ffcd0a1e0039e7eb333d5efd15d8a
Generate binop comparators on the fly

Except for is_like() and is_unlike() which are needed for like() and
unlike().

This should also make cmp_ok() a little faster since we don't have to
resolve the symbolic reference at each run.
lib/Test/Leaner.pm
t/80-threads.t