New B::Lint option, bare-subs, that checks for implicitely
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 16 Nov 2002 20:05:34 +0000 (20:05 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 16 Nov 2002 20:05:34 +0000 (20:05 +0000)
commit66ab01efa2dccac305525894f45ccaf6d373c517
tree309e3d11796e6c64f813e470364e30d6c3c94247
parent899914caadddae9f40c2da9fd2949220633c94e1
New B::Lint option, bare-subs, that checks for implicitely
quoted barewords that are also subroutines, from
Ian Phillipps <ip@tarragon-et.co.uk>.
Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
With a few tweaks to the implementation and tests.

p4raw-id: //depot/perl@18148