Bug 6679 - fix 3 perlcritic violations in C4/Auth.pm, and enabled warnings
authorMason James <mtj@kohaaloha.com>
Tue, 26 Jun 2012 16:54:11 +0000 (04:54 +1200)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 20 Sep 2012 10:18:14 +0000 (12:18 +0200)
commit50759af6fe3a55e2acd2a3e89dbdc537a151c95e
tree8d5b9af314011ff0db5b523e54097e4b146f60c9
parentef22d9e26602de891a2d7d65e723666aae62d577
Bug 6679 - fix 3 perlcritic violations in C4/Auth.pm, and enabled warnings

Subroutine prototypes used at line 561, column 1.  See page 194 of PBP.  (Severity: 5)

Bareword file handle opened at line 606, column 5.  See pages 202,204 of PBP.  (Severity: 5)

Two-argument "open" used at line 606, column 5.  See page 207 of PBP.  (Severity: 5)

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
This patch reintroduces 'use warnings' in C4/Auth.pm.
Keep attentive to new warning messages in your log

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Auth.pm