FSA-Rules
view release on metacpan or search on metacpan
lib/FSA/Rules.pm view on Meta::CPAN
my $state = FSA::State->new;
Constructs and returns a new FSA::State object. Not intended to be called
directly, but by FSA::Rules.
=cut
sub new {
my $class = shift;
return bless {@_} => $class;
}
##############################################################################
=head2 Instance Methods
=head3 name
my $name = $state->name;
( run in 0.410 second using v1.01-cache-2.11-cpan-65fba6d93b7 )