Bug 33205: (bug 28268 follow-up) Method call $row->authid inside quotes - produces...
[koha.git] / C4 / Labels.pm
1 package C4::Labels;
2
3 use Modern::Perl;
4
5 BEGIN {
6
7     use C4::Labels::Batch;
8     use C4::Labels::Label;
9     use C4::Labels::Layout;
10     use C4::Labels::Profile;
11     use C4::Labels::Template;
12 }
13
14 1;