Remove ‘no warnings deprecated’ from two .t’s
authorFather Chrysostomos <sprout@cpan.org>
Sat, 26 Nov 2011 19:46:58 +0000 (11:46 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 26 Nov 2011 22:33:47 +0000 (14:33 -0800)
This was added to avoid the warning from $[, but these two test
scripts no longer mention $[.

t/op/each_array.t
t/op/substr.t

index 6052805..95710e2 100644 (file)
@@ -7,7 +7,6 @@ BEGIN {
 }
 use strict;
 use warnings;
-no warnings 'deprecated';
 use vars qw(@array @r $k $v $c);
 
 plan tests => 57;
index 8005a28..2673fc7 100644 (file)
@@ -7,7 +7,6 @@ BEGIN {
     @INC = '../lib';
 }
 use warnings ;
-no warnings 'deprecated';
 
 $a = 'abcdefxyz';
 $SIG{__WARN__} = sub {