Bug 16011: $VERSION - Remove empty BEGIN block
[koha_ffzg] / C4 / Labels / Template.pm
index 2742132..890c77d 100644 (file)
@@ -7,8 +7,6 @@ use base qw(C4::Creators::Template);
 
 use autouse 'Data::Dumper' => qw(Dumper);
 
-BEGIN {
-}
 
 use constant TEMPLATE_TABLE => 'creator_templates';