Hi fellows,
using perltidy I got the fillowing output I cannot interpret/understand:
47:operator in print statement not recommended
Line 47 contains the following code:
44: use version; our $VERSION = qv('1.2.14');
45:
46: use FindBin qw($Bin);
47: use lib $Bin. '/../..';
48:
49: use Carp;