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
Fix for bug 4928, problematic 78x display in OPAC
[koha.git]
/
t
/
Serials.t
blob
ff8e5e1b7117ff6bb7d629d88a35099e1a2cc644
1
#!/usr/bin/perl
2
use
strict
;
3
use
warnings
;
4
5
use
Test
::
More tests
=>
1
;
6
7
use_ok
(
'C4::Serials'
);
8