http://www.perlmonks.org?node_id=1004483


in reply to Perltidy: Understanding output - or suppress certain messages

My guess is that it is complaining about the concatenation operator. What happens if you try the following?

use lib "$Bin/../..";

Replies are listed 'Best First'.
Re^2: Perltidy: Understanding output - or suppress certain messages
by hoppfrosch (Scribe) on Nov 19, 2012 at 09:16 UTC
    Yeah - you're right. Perltidy is not complaining if concatenation is replaced in the way you suggested ...