Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Print.pm
authorMason James <mtj@kohaaloha.com>
Tue, 26 Jun 2012 17:02:00 +0000 (05:02 +1200)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 20 Sep 2012 10:17:43 +0000 (12:17 +0200)
commitef22d9e26602de891a2d7d65e723666aae62d577
treee615adc3dd57e44e231621035bf98f645d35b202
parent2b817cc1205a00924034d7aafbc120a5290d2cbd
Bug 6679 - [SIGNED-OFF] fix 2 perlcritic violations in C4/Print.pm

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

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

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
http://perldoc.perl.org/functions/open.html
For three or more arguments if MODE is |- , the filename is interpreted
as a command to which output is to be piped, and if MODE is -| , the
filename is interpreted as a command that pipes output to us. I

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