Bug 6022: Auth_with_ldap check if categorycode is valid
[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;