NAME
Fir::Minor - a navigation node without subnodes
SYNOPSIS
my $leon = Fir::Minor->new();
$leon->name('Leon');
$leon->path('/about/leon/');
DESCRIPTION
A Fir::Major node is a navigation node which can not 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.