Skip to content

Commit

Permalink
Storable/t/canonical.t: don't pollute STDERR
Browse files Browse the repository at this point in the history
use note() rather than diag() for a non-error message.
  • Loading branch information
iabyn committed Dec 12, 2014
1 parent b13c7f0 commit db37f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/canonical.t
Expand Up @@ -34,7 +34,7 @@ $maxarraysize = 100;

eval { require Digest::MD5; };
$gotmd5 = !$@;
diag "Will use Digest::MD5" if $gotmd5;
note "Will use Digest::MD5" if $gotmd5;

# Use Data::Dumper if debugging and it is available to create an ASCII dump

Expand Down

0 comments on commit db37f2a

Please sign in to comment.