X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FPatroncards%2FTemplate.pm;h=4bb4543ac70c14f65f3640a35cf7b3eff934cf8d;hb=b168f4a2e9a03ed56ce857353d4dde940980caba;hp=5cfd7ca98162a8cb9b24433a71098f1816ca753b;hpb=509d673f10bf8e03529602b922d1fab603457ee2;p=koha-ffzg.git diff --git a/C4/Patroncards/Template.pm b/C4/Patroncards/Template.pm index 5cfd7ca981..4bb4543ac7 100644 --- a/C4/Patroncards/Template.pm +++ b/C4/Patroncards/Template.pm @@ -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';