Skip to content

Commit

Permalink
make test more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Sep 4, 2020
1 parent f6c0534 commit 0321ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/000prereq.t
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ BEGIN

if ($have{"Compress::Stream::Zstd"})
{
my $ver = eval { Compress::Stream::Zstd::ZSTD_VERSION_STRING; } || "unknown";
my $ver = eval { Compress::Stream::Zstd::ZSTD_VERSION_STRING(); } || "unknown";
push @results, ["Zstandard", $ver] ;
}

Expand Down

0 comments on commit 0321ab0

Please sign in to comment.