Revision history for FSM-Basic
0.24    Wed Now 18 22:04:03 2020 +0200
            add 'output_file' and test files
            escape special regex character (. * ?) from input
            tidy
0.23    Thu Oct 25 18:04:02 2020 +0200
            add 'alternation' tag and related test
0.22    Wed 21 Oct 17:14:05 2020 +0200
            add tag "caseinsensitive" and "swapregex"
            update test files
0.21    Sat Oct 17 18:05:35 2020 +0200
            fix 01-exec.t test (typo)
0.20    Fri Oct 16 18:37:19 2020 +0200
            avoid warning if no regex in the command
0.19    Fri Oct 16 15:48:47 2020 +0200
            better regex substitution and extand the concept to all commands
0.18    Thu Apr 16 23:27:12 2020 +0200
            fix for ping on FreeBSD (ticket #132361)
0.17    Tue Apr 7 18:39:30 2020 +0200
            add parameter substitution from the command line to the exec and do parameters
0.16    Thu Apr 26 16:00:24 CEST 2018
            Fix POD errors
0.15    Sun Dec 1 21:03:18 UTC 2017
            Correct perl version required 5.010 and not 5.100
            
0.14    Sat Dec 16 21:03:18 UTC 2017
            Correct perl version required
0.13    Fri Dec 15 13:55:45 UTC 2017
            Force usage of perl >= 5.10 (because we use // operator)
0.12    Sat Oct 14 21:07:01 UTC 2017
            Add carWRAND (pick file randomly but weithed)
            Add 01-cat, 01-catRAND, 01-catWRAND and 01-catSEQ test
            Avoid buffer trouble in readline when out id big (separate prompt from data)
0.11    Tue Jul 21 11:10:04 UTC 2017
            better open file ( 3 arguments )
0.10    Tue Jul 21 09:43:07 UTC 2017
            add executable tag 'catRAND' and 'catSEQ'
            fix output from 'cat' 'exec' and 'cmd_'exec'
0.09    Tue May 30 17:05:41 2017 +0200
            add executable tag 'cat' because it is often used
0.08    Wed Apr 26 21:39:04 2017 +0200
            tidy perldoc
0.07    Wed Apr 19 10:25:00 2017 +0200
            no more module autovivification
0.06    Fri Apr 7 18:44:58 2017 +0200
            Add 'set' method and more examples
0.05    Wed Mar 1 19:13:14 2017 +0100
            Add fake_bash_ssh example + examples/README
0.04    Mon Feb 27 11:05:23 CET 2017
            Add missiing dependency for autovivification
0.03    Fri Feb 17 19:37:20 2017 +0100
            Add example (fakr_bash.pl ...)