Fixed JSONFormater tests and dev env scripts

This commit is contained in:
Carlos Salguero
2017-07-12 13:01:57 -03:00
parent c01d26ae63
commit 0917acb1ff
4 changed files with 26 additions and 11 deletions

View File

@@ -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";