Fir

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

              }
          }
      }
      # that prints:
      # Home /
      # *About* /about/
      # Leon /about/leon/
      # Jake /about/jake/
 
DESCRIPTION
    Fir is a Tree::DAG_Node subclass for menu nagivation. Menu navigation on
    a web application is fiddly code and this module hides that away from
    you. Note that this module only handles the logic, not the display of
    the navigation.

    There are two kinds of nodes Fir::Major nodes are allowed to have
    subnodes, while Fir::Minor nodes are not.

METHODS
  new
    The constructor:

lib/Fir.pm  view on Meta::CPAN

  }
  # that prints:
  # Home /
  # *About* /about/
  # Leon /about/leon/
  # Jake /about/jake/
 

=head1 DESCRIPTION

Fir is a Tree::DAG_Node subclass for menu nagivation. Menu navigation
on a web application is fiddly code and this module hides that away 
from you. Note that this module only handles the logic, not the 
display of the navigation.

There are two kinds of nodes L<Fir::Major> nodes are allowed to have
subnodes, while L<Fir::Minor> nodes are not.

=head1 METHODS

=head2 new



( run in 0.671 second using v1.01-cache-2.11-cpan-49f99fa48dc )