Bug 22031: Add SQL::Abstract like syntax to haspermission
[koha.git] / C4 / Patroncards / Batch.pm
index 11c0661..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('3.07.00.049');
-}
 
 __PACKAGE__ =~ m/^C4::(.+)::.+$/;
 my $me = $1;