repo.or.cz
/
koha.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 25261: (QA follow-up) Add unit tests
[koha.git]
/
C4
/
Labels.pm
blob
3e05b4af746cbe55ca4396baa84615a6671b7c2c
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
;