mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-22 11:54:54 +00:00
Stringify Perl vars so $PERL_VERSION isn't an object. Diag the versions so I can see the real results.
This commit is contained in:
@@ -39,6 +39,7 @@ sub test_v {
|
||||
items => $items,
|
||||
dbh => $dbh,
|
||||
);
|
||||
diag(Dumper($versions));
|
||||
is_deeply(
|
||||
$versions,
|
||||
$args{versions},
|
||||
|
Reference in New Issue
Block a user