X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F16-huf.t;h=0934219579ca9613d9955ceda412f0967ace69c0;hb=e5e39f5e8bec67b3a08f861da63c5eb4cafed09f;hp=da2e674eb8e90fc8a91d85744d65b7bb26ae7080;hpb=2b43040992d1105e0cb8e0aee5a5e9f3b6c58dd8;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/16-huf.t b/t/16-huf.t index da2e674..0934219 100644 --- a/t/16-huf.t +++ b/t/16-huf.t @@ -16,8 +16,8 @@ if ($@) { plan skip_all => 'Hash::Util::FieldHash required for testing uvar interaction'; } else { plan tests => 2 * 5 + 7 + 1; - my $v = $Hash::Util::FieldHash::VERSION; - diag "Using Hash::Util::FieldHash $v" if defined $v; + defined and diag "Using Hash::Util::FieldHash $_" + for $Hash::Util::FieldHash::VERSION; } use lib 't/lib';