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;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.229 second using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )