|
Lines 90-110
BEGIN {
Link Here
|
| 90 |
} # else there is no browser to send fatals to! |
90 |
} # else there is no browser to send fatals to! |
| 91 |
} |
91 |
} |
| 92 |
|
92 |
|
| 93 |
use Encode; |
|
|
| 94 |
use ZOOM; |
| 95 |
use Koha::Caches; |
| 96 |
use POSIX (); |
| 97 |
use DateTime::TimeZone; |
| 98 |
use Module::Load::Conditional qw(can_load); |
| 99 |
use Carp; |
93 |
use Carp; |
| 100 |
use DateTime::TimeZone; |
94 |
use DateTime::TimeZone; |
|
|
95 |
use Encode; |
| 96 |
use File::Spec; |
| 97 |
use Module::Load::Conditional qw(can_load); |
| 98 |
use POSIX (); |
| 99 |
use ZOOM; |
| 101 |
|
100 |
|
| 102 |
use C4::Boolean; |
101 |
use C4::Boolean; |
| 103 |
use C4::Debug; |
102 |
use C4::Debug; |
| 104 |
use Koha; |
103 |
use Koha::Caches; |
| 105 |
use Koha::Config; |
|
|
| 106 |
use Koha::Config::SysPref; |
104 |
use Koha::Config::SysPref; |
| 107 |
use Koha::Config::SysPrefs; |
105 |
use Koha::Config::SysPrefs; |
|
|
106 |
use Koha::Config; |
| 107 |
use Koha; |
| 108 |
|
108 |
|
| 109 |
=head1 NAME |
109 |
=head1 NAME |
| 110 |
|
110 |
|
| 111 |
- |
|
|