|
Lines 20-26
use Modern::Perl;
Link Here
|
| 20 |
use CGI qw ( -utf8 ); |
20 |
use CGI qw ( -utf8 ); |
| 21 |
use JSON qw(encode_json); |
21 |
use JSON qw(encode_json); |
| 22 |
use C4::Auth qw(checkauth); |
22 |
use C4::Auth qw(checkauth); |
| 23 |
use C4::Output; |
23 |
use C4::Output qw( output_with_http_headers ); |
| 24 |
use Koha::Logger; |
24 |
use Koha::Logger; |
| 25 |
use Koha::ExternalContent::RecordedBooks; |
25 |
use Koha::ExternalContent::RecordedBooks; |
| 26 |
|
26 |
|
| 27 |
- |
|
|