Bug 21395: Make perlcritic happy
[koha-ffzg.git] / C4 / Patroncards / Template.pm
index 5cfd7ca..4bb4543 100644 (file)
@@ -7,9 +7,6 @@ use base qw(C4::Creators::Template);
 
 use autouse 'Data::Dumper' => qw(Dumper);
 
-BEGIN {
-    use version; our $VERSION = qv('3.07.00.049');
-}
 
 use constant TEMPLATE_TABLE => 'creator_templates';