# # $Id: Menu.pm,v 0.1 2001/03/31 10:54:02 ram Exp $ # # Copyright (c) 2001, Raphael Manfredi # # You may redistribute only under the terms of the Artistic License, # as specified in the README file that comes with the distribution. # # HISTORY # $Log: Menu.pm,v $ # Revision 0.1 2001/03/31 10:54:02 ram # Baseline for first Alpha release. # # $EndLog$ # use strict; package CGI::Test::Form::Widget::Menu; # # This class models a FORM menu (either a popup or a scrollable list). # require CGI::Test::Form::Widget; use vars qw(@ISA); @ISA = qw(CGI::Test::Form::Widget); use Carp::Datum; use Log::Agent; use Storable qw(dclone); # # ->_parse_options # # Parse