Bug 6679 - [SIGNED-OFF] fix 4 perlcritic violations in C4/Creators/PDF.pm
authorMason James <mtj@kohaaloha.com>
Tue, 26 Jun 2012 14:28:26 +0000 (02:28 +1200)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 20 Sep 2012 10:17:07 +0000 (12:17 +0200)
commit2b817cc1205a00924034d7aafbc120a5290d2cbd
treed08e6fcdc18558fc637f4f306396062ad524fff7
parent3c2a9e9155e99d0c469967b854f1e0fb2860911a
Bug 6679 - [SIGNED-OFF] fix 4 perlcritic violations in C4/Creators/PDF.pm

- "return" statement with explicit "undef" at line 171, column 8.  See page 199 of PBP.  (Severity: 5)

- "return" statement with explicit "undef" at line 201, column 8.  See page 199 of PBP.  (Severity: 5)

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

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

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
C4/Creators/PDF.pm