509d673f10
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
13 lines
273 B
Perl
13 lines
273 B
Perl
package C4::Labels;
|
|
|
|
BEGIN {
|
|
use version; our $VERSION = qv('3.07.00.049');
|
|
|
|
use C4::Labels::Batch 1.000000;
|
|
use C4::Labels::Label 1.000000;
|
|
use C4::Labels::Layout 1.000000;
|
|
use C4::Labels::Profile 1.000000;
|
|
use C4::Labels::Template 1.000000;
|
|
}
|
|
|
|
1;
|