X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F31-atom-cmp.t;h=82623d71f909841b6d9f1fb37c57d61b941843fc;hb=77110d525f6b966b8f87c11669f177127e6930d9;hp=577047114f5dc17976f143c3e2f62a87f6e74802;hpb=9e50d0a5cd63e13e194009d6fbdedb75e75eaa5e;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/t/31-atom-cmp.t b/t/31-atom-cmp.t index 5770471..82623d7 100644 --- a/t/31-atom-cmp.t +++ b/t/31-atom-cmp.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 4 * ((8 * 7) / 2); +use Test::More tests => 6 * ((8 * 7) / 2); use CPANPLUS::Dist::Gentoo::Atom; @@ -120,6 +120,7 @@ for my $t (@tests) { } compare_ok($a, '<=>', $b, $exp); + compare_ok($a, '<=>', "$b", $exp); compare_ok($a, 'cmp', $b, $exp); } }