X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=blobdiff_plain;f=t%2F31-atom-cmp.t;h=82623d71f909841b6d9f1fb37c57d61b941843fc;hp=577047114f5dc17976f143c3e2f62a87f6e74802;hb=bdd88f65716362b68b249371a9987541b89ff28d;hpb=9e50d0a5cd63e13e194009d6fbdedb75e75eaa5e 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); } }