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