Bug 21395: Make perlcritic happy
[koha-ffzg.git] / C4 / Patroncards / Batch.pm
index 510f4fe..8982fce 100644 (file)
@@ -7,9 +7,6 @@ use base qw(C4::Creators::Batch);
 
 use autouse 'Data::Dumper' => qw(Dumper);
 
-BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
-}
 
 __PACKAGE__ =~ m/^C4::(.+)::.+$/;
 my $me = $1;