The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Fir::Major - a navigation node with subnodes

SYNOPSIS

  my $about = Fir::Major->new();
  $about->name('About');
  $about->path('/about/');

DESCRIPTION

A Fir::Major node is a navigation node which can have subnodes.

AUTHOR

Leon Brocard <acme@astray.com>

COPYRIGHT

Copyright (C) 2008, Leon Brocard

LICENSE

This module is free software; you can redistribute it or modify it under the same terms as Perl itself.