In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/4ec60c8e1a2f0ac997c2917bc064b44d8368dc8a?hp=906138908fccbd2b1d67430c2437155f0fa8e5c2>

- Log -----------------------------------------------------------------
commit 4ec60c8e1a2f0ac997c2917bc064b44d8368dc8a
Author: David Mitchell <[email protected]>
Date:   Fri Dec 12 20:06:03 2014 +0000

    Storable/t/canonical.t: don't pollute STDERR
    
    use note() rather than diag() for a non-error message.
-----------------------------------------------------------------------

Summary of changes:
 dist/Storable/t/canonical.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist/Storable/t/canonical.t b/dist/Storable/t/canonical.t
index 23e012f..35046de 100644
--- a/dist/Storable/t/canonical.t
+++ b/dist/Storable/t/canonical.t
@@ -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
 

--
Perl5 Master Repository

Reply via email to