Acme-FSM

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

# Copyright 2012, 2022 Eric Pozharski <whynot@pozharski.name>
# Copyright 2025 Eric Pozharski <wayside.ultimate@tuta.io>
# GNU GPLv3
# AS-IS, NO-WARRANTY, HOPE-TO-BE-USEFUL

use strict;
use warnings;

use version 0.77; our $VERSION = version->declare( v2.3.2 );

use lib q|./build_e7BB|;
use Build_iu8t;

=head1 OVERVIEW

B<Acme::FSM> implements something resembling Finite State Machine.
If you're looking for rigor then look somewhere else.
If you're looking for feature set then keep looking.

What B<A::F> does is mechanics with zero awarness of inputs and/or outputs
(any or both might be missing).



( run in 0.321 second using v1.01-cache-2.11-cpan-87723dcf8b7 )