The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.33

  • removed AutoLoader, related to rt #36110
  • fixed and extended MakeFile, related to rt #8225
  • removed threads, as it was the old threads and as threads are officially discouraged
  • removed broken/unfinished code (due to removed AutoLoader)
  • added sample script as mentioned in POD (example-from-pod.pl)
  • added sample script fix_bullets.pl from perl.com article "Building a Finite State Machine Using DFA::Simple", Sep 23, 2004 by Bill Ruppert (thanks to Bill Ruppert for granting permission). URL to article: https://www.perl.com/pub/2004/09/23/fsms.html/ (downloaded 2018-09-03)
  • fixed typos and indentation

Documentation

A simple automaton compiler with discrete states
Convert MS Word bullets to HTML

Modules

A Perl module to implement simple Discrete Finite Automata

Other files