fix other bug

This commit is contained in:
Marko Oldenburg
2017-12-16 23:08:57 +01:00
parent fe96f227d5
commit 20722ff19e
2 changed files with 10 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ eval "use Encode qw(encode encode_utf8);1" or $missingModul .= "Encode ";
eval "use JSON;1" or $missingModul .= "JSON ";
my $modulversion = "4.1.99.15";
my $modulversion = "4.1.99.17";
my $flowsetversion = "4.0.11";