mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 02:05:23 +00:00
Fixed various failing tests
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
BEGIN {
|
||||
require Scalar::Util::PP;
|
||||
# If we can't load ::PP, the bug can't happen on this perl, so it's a pass
|
||||
eval { require Scalar::Util::PP } or do { exit 0 };
|
||||
*Scalar::Util:: = \*Scalar::Util::PP::;
|
||||
$INC{"Scalar/Util.pm"} = __FILE__;
|
||||
};
|
||||
|
Reference in New Issue
Block a user