]> git.koha-community.org Git - koha.git/blob - C4/Labels.pm
Bug 5094 auth_by_bind authentication can fail even if given a correct password and...
[koha.git] / C4 / Labels.pm
1 package C4::Labels;
2
3 BEGIN {
4     use version; our $VERSION = qv('1.0.0_1');
5
6     use C4::Labels::Batch 1.000000;
7     use C4::Labels::Label 1.000000;
8     use C4::Labels::Layout 1.000000;
9     use C4::Labels::Profile 1.000000;
10     use C4::Labels::Template 1.000000;
11 }
12
13 1;