mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
Delay loading required non-core modules and let pt-agent check for them manually.
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
{
|
||||
package Percona::WebAPI::Representation;
|
||||
|
||||
use JSON;
|
||||
eval {
|
||||
use JSON;
|
||||
};
|
||||
|
||||
require Exporter;
|
||||
our @ISA = qw(Exporter);
|
||||
|
Reference in New Issue
Block a user