X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=C4%2FLabels%2FBatch.pm;h=66bcf978d26f51bed0d2a33c6f43ccff1895cec0;hb=0e744d49b557e3401ae7b700b1410b022a4e851c;hp=1ccf76bc9413232e725b85e769ea5bc32ca43c7c;hpb=7183a241c4f696c0f7cea9868ee82573328fe98a;p=koha.git diff --git a/C4/Labels/Batch.pm b/C4/Labels/Batch.pm index 1ccf76bc94..66bcf978d2 100644 --- a/C4/Labels/Batch.pm +++ b/C4/Labels/Batch.pm @@ -7,9 +7,6 @@ use base qw(C4::Creators::Batch); use autouse 'Data::Dumper' => qw(Dumper); -BEGIN { - use version; our $VERSION = qv('3.07.00.049'); -} __PACKAGE__ =~ m/^C4::(.+)::.+$/; my $me = $1;