--- lib/A3C/Dispatcher.pm 2008/05/30 20:04:23 133 +++ lib/A3C/Dispatcher.pm 2008/05/30 20:04:43 134 @@ -3,6 +3,16 @@ use strict; use warnings; +=head1 NAME + +A3C::Displatcher + +=head1 DESCRIPTION + +Create top-level menu navigation + +=cut + use Jifty::Dispatcher -base; use Data::Dump qw/dump/;