The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.