In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/eb611d083dade65d1aa071a4587336669efc5ebf?hp=a6c31837e629c46be2f7496149b36a4b79f93484>

- Log -----------------------------------------------------------------
commit eb611d083dade65d1aa071a4587336669efc5ebf
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Thu Nov 16 20:07:27 2017 -0800

    Suppress warning in XS-APItest’s sniscow.t

-----------------------------------------------------------------------

Summary of changes:
 ext/XS-APItest/t/sviscow.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/XS-APItest/t/sviscow.t b/ext/XS-APItest/t/sviscow.t
index bcc9da8ebd..d0f3062f5d 100644
--- a/ext/XS-APItest/t/sviscow.t
+++ b/ext/XS-APItest/t/sviscow.t
@@ -1,10 +1,10 @@
 use strict;
-use warnings; no warnings 'once';
 
 use Test::More tests => 1;
 
 use XS::APItest;
 use Hash::Util 'lock_value';
+use warnings; no warnings 'once', 'Hash::Util';
 
 my %h;
 $h{g} = *foo;

-- 
Perl5 Master Repository

Reply via email to