mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-12 14:18:32 +00:00
Do require not eval for delayed loading.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
package Percona::WebAPI::Representation;
|
||||
|
||||
eval {
|
||||
use JSON;
|
||||
require JSON;
|
||||
};
|
||||
|
||||
require Exporter;
|
||||
|
Reference in New Issue
Block a user