Bug 16011: $VERSION - Remove empty BEGIN block
[koha_ffzg] / C4 / Patroncards / Layout.pm
index fc8bd97..4c2dc21 100644 (file)
@@ -7,8 +7,6 @@ use base qw(C4::Creators::Layout);
 
 use autouse 'Data::Dumper' => qw(Dumper);
 
-BEGIN {
-}
 
 __PACKAGE__ =~ m/^C4::(.+)::.+$/;
 my $me = $1;