|
Lines 26-31
use C4::Koha qw( GetAuthorisedValues );
Link Here
|
| 26 |
|
26 |
|
| 27 |
use Net::Z3950::SimpleServer; |
27 |
use Net::Z3950::SimpleServer; |
| 28 |
|
28 |
|
|
|
29 |
#NOTE: We must explicitly use these modules which we override locally |
| 30 |
use Net::Z3950::RPN::And; |
| 31 |
use Net::Z3950::RPN::AndNot; |
| 32 |
use Net::Z3950::RPN::Or; |
| 33 |
use Net::Z3950::RPN::Term; |
| 34 |
|
| 29 |
=head1 NAME |
35 |
=head1 NAME |
| 30 |
|
36 |
|
| 31 |
Koha::Z3950Responder - Main class for interfacing with Net::Z3950::SimpleServer |
37 |
Koha::Z3950Responder - Main class for interfacing with Net::Z3950::SimpleServer |
| 32 |
- |
|
|