Bug 28378: Elasticsearch - Add 264c to default copydate mappings (MARC21)
[koha-ffzg.git] / Koha / Patron / Files.pm
index 1d52665..6c3a330 100644 (file)
@@ -19,16 +19,9 @@ package Koha::Patron::Files;
 
 use Modern::Perl;
 
-use vars qw();
 
 use C4::Context;
 use C4::Output;
-use C4::Debug;
-
-BEGIN {
-
-    # set the version for version checking
-}
 
 =head1 NAME