]> git.vpit.fr Git - perl/modules/Test-Leaner.git/commitdiff
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)
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.


No differences found