in reply to
Problem with Test::More (cmp_ok)
You want a numeric compare, not a string compare.
cmp_ok(2048, ">=", 512, "2048 >= 512");
[download]
Comment on
Re: Problem with Test::More (cmp_ok)
Download
Code
In Section
Seekers of Perl Wisdom