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
Use hour or day deltas to calculate overdue durations
[koha.git]
/
C4
/
Labels.pm
blob
43fa99d4e36cdebd4fac83200b27d2e81380c16b
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
;