Fixed various failing tests

This commit is contained in:
Brian Fraser
2012-11-21 17:04:42 -03:00
parent d6a7bf0cdb
commit b1e0aac38f
6 changed files with 43 additions and 62 deletions

View File

@@ -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__;
};