|
Lines 22-28
Link Here
|
| 22 |
# These subroutines are actually internal, but these tests may pave the way for |
22 |
# These subroutines are actually internal, but these tests may pave the way for |
| 23 |
# a more comprehensive test of Z3950Search itself. |
23 |
# a more comprehensive test of Z3950Search itself. |
| 24 |
# |
24 |
# |
| 25 |
# TODO We need additional tests for Z3950SearchAuth, BreedingSearch |
25 |
# TODO We need additional tests for Z3950SearchAuth |
| 26 |
|
26 |
|
| 27 |
use Modern::Perl; |
27 |
use Modern::Perl; |
| 28 |
use File::Temp qw/tempfile/; |
28 |
use File::Temp qw/tempfile/; |
| 29 |
- |
|
|