mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-22 19:04:30 +00:00
Fix test to handled borked Perl 5.8 version.
This commit is contained in:
@@ -70,7 +70,7 @@ test_v(
|
||||
},
|
||||
},
|
||||
versions => {
|
||||
'Perl' => "$PERL_VERSION",
|
||||
'Perl' => sprintf('%vd', $PERL_VERSION),
|
||||
},
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user