Bug 18825: Elasticsearch - Update heading main-heading and see fields
[koha.git] / svc / bib
diff --git a/svc/bib b/svc/bib
index 0b9d621..36fa461 100755 (executable)
--- a/svc/bib
+++ b/svc/bib
@@ -19,8 +19,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 #
 
-use strict;
-use warnings;
+use Modern::Perl;
 
 use CGI qw ( -utf8 );
 use C4::Auth qw/check_api_auth/;