[perl #41811] [PATCH 4/6] [library/Test::More] add isnt() to test inequality - ints only

2007-03-13 Thread via RT
# New Ticket Created by Sam Vilain # Please include the string: [perl #41811] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41811 > refactor the is() :multi for integers into a _cmp_ok() function, and then use that to prov

[PATCH 4/6] [library/Test::More] add isnt() to test inequality - ints only

2007-03-13 Thread Sam Vilain
refactor the is() :multi for integers into a _cmp_ok() function, and then use that to provide is() and isnt() --- runtime/parrot/library/Test/More.pir | 53 -- t/library/test_more.t| 16 ++ 2 files changed, 59 insertions(+), 10 deletions

[PATCH 4/6] [library/Test::More] add isnt() to test inequality - ints only

2007-03-13 Thread Sam Vilain
refactor the is() :multi for integers into a _cmp_ok() function, and then use that to provide is() and isnt() --- runtime/parrot/library/Test/More.pir | 53 -- t/library/test_more.t| 16 +- 2 files changed, 59 insertions(+), 10 deletions(