mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-16 08:17:20 +00:00
Use Percona::Toolkit::_d() and Dumper(). Set Lmo::VERSION=0.01.
This commit is contained in:
@@ -34,7 +34,7 @@ sub check_type_constaints {
|
||||
|| Carp::confess(
|
||||
qq<Attribute ($attribute) does not pass the type constraint because: >
|
||||
. qq<Validation failed for '$check_name' with value >
|
||||
. (defined $val ? Lmo::Dumper($val) : 'undef') )
|
||||
. (defined $val ? Percona::Toolkit::Dumper($val) : 'undef') )
|
||||
}
|
||||
|
||||
# Nested (or parametized) constraints look like this: ArrayRef[CONSTRAINT] or
|
||||
|
Reference in New Issue
Block a user