fml Perl 5.22 対応

cf/config
sbin/makefml
src/fml.pl
src/jcode.pl
www/lib/libcgi_kern.pl

の修正が必要

Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\$config{ <-- HERE \'_ML_\'}/ at ./makefml line 7115.

7115c7115
< 	    $MAP{$menu, $1} =~ s/\$config{\'_ML_\'}/$config{'_ML_'}/g;
---
> 	    $MAP{$menu, $1} =~ s/\$config\{\'_ML_\'\}/$config{'_ML_'}/g;

https://github.com/kurita0/fml-4.0-stable-20040215-patch