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 10331 - Little errors in unimarc_field_4XX.pl (punctuation)
[koha.git]
/
Koha
/
SearchEngine
/
FacetsBuilderRole.pm
blob
f0886e0344b07e7be8144c95cbd3c2f639551e91
1
package
Koha
::
SearchEngine
::
FacetsBuilderRole
;
2
3
use
Moose
::
Role
;
4
5
requires
'build_facets'
;
6
7
1
;