In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/4e346ac6f4cf0893cc561a3da983d404b930ee4b?hp=539a060caed4755d586113e0125241cc88d1048e>

- Log -----------------------------------------------------------------
commit 4e346ac6f4cf0893cc561a3da983d404b930ee4b
Author: Aaron Crane <a...@cpan.org>
Date:   Thu Nov 19 11:29:24 2015 +0000

    Quell "used only once" warning in test suite
-----------------------------------------------------------------------

Summary of changes:
 t/op/inc.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/t/op/inc.t b/t/op/inc.t
index 492d03e..a98307a 100644
--- a/t/op/inc.t
+++ b/t/op/inc.t
@@ -358,6 +358,7 @@ is $store::called, 4, 'STORE called on "my" target';
 
 {
     # RT #126637 - it should refuse to modify globs
+    no warnings 'once';
     *GLOB126637 = [];
 
     eval 'my $y = ++$_ for *GLOB126637';

--
Perl5 Master Repository

Reply via email to