Krang::CGI::ListGroup - web interface to manage list groups and list contents.
use Krang::ClassLoader 'CGI::ListGroup';
my $app = pkg('CGI::ListGroup')->new();
$app->run();
Krang::CGI::ListGroup provides a web-based system through which users can view Krang::ListGroups and edit the contents of the Krang::Lists contained in each.
Following are descriptions of all the run-modes provided by Krang::CGI::ListGroup.
The default run-mode (start_mode) for Krang::CGI::ListGroup is 'search'.
From this mode users may go to the list group editing screen.
This run-mode expects an optional parameters ``search_filter'' which is expected to contain the text string which is used to query groups.