mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-06 04:17:55 +00:00
Fixed JSONFormater tests and dev env scripts
This commit is contained in:
@@ -41,7 +41,7 @@ my $exit_status = 0;
|
||||
my $fmt = "%-23s %8s\n";
|
||||
|
||||
# Not a module but we want to know the Perl version.
|
||||
printf $fmt, "Perl", `perl -v | perl -ne '/v([\\d\\.]+)/ && print \$1'`, "";
|
||||
printf $fmt, "Perl", `perl -v | perl -ne '/v([\\d\\.]+)/ && print \$1'`;
|
||||
|
||||
foreach my $module (@required_modules) {
|
||||
my $version = "NA";
|
||||
|
Reference in New Issue
Block a user