Browse Source

Bug 26673: Fix perlcritic complains

This patch fixes the following perlcritic complain:
Package declaration must match filename at line 19, column 1.  Correct the filename or package statement.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
20.11.x
Jonathan Druart 3 years ago
parent
commit
59588c3a3e
  1. 2
      C4/Barcodes/ValueBuilder.pm
  2. 2
      Koha/Z3950Responder/RPN.pm

2
C4/Barcodes/ValueBuilder.pm

@ -1,3 +1,5 @@
package C4::Barcodes::ValueBuilder;
# Copyright 2008-2010 Foundations Bible College
# Parts copyright 2012 C & P Bibliography Services
#

2
Koha/Z3950Responder/RPN.pm

@ -1,3 +1,5 @@
package Koha::Z3950Responder::RPN;
package Net::Z3950::RPN::Term;
# Copyright The National Library of Finland 2018

Loading…
Cancel
Save