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