Extend the the "our variable redeclared" warning to the case:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 19 Jul 2005 14:12:38 +0000 (14:12 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 19 Jul 2005 14:12:38 +0000 (14:12 +0000)
commit7f73a9f140198d1b3d1c2f2b62d4fd14dc5667c3
treeb2b93ed533f5fe20f74d67c1e63e28e1675cbbe4
parent4e3bc6ae6a0630a65b9a3f0043bebeeaa828d763
Extend the the "our variable redeclared" warning to the case:
    our $x; our $x;
and add more tests

p4raw-id: //depot/perl@25187
pad.c
t/lib/strict/vars
t/lib/warnings/pad