FSA-Rules
view release on metacpan - search on metacpan
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 distributionview release on metacpan - search on metacpan
( run in 0.904 second using v1.00-cache-2.02-grep-82fe00e-cpan-a086c87fca4 )