# # $Id: Widget.pm,v 0.1 2001/03/31 10:54:01 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: Widget.pm,v $ # Revision 0.1 2001/03/31 10:54:01 ram # Baseline for first Alpha release. # # $EndLog$ # use strict; package CGI::Test::Form::Widget; # # This class models a CGI form widget (button, text field, etc...). # It belongs to one form, identified by its `form' attribute , a ref # to a CGI::Test::Form object. # use Carp::Datum; use Log::Agent; # # ->make # # Creation routine -- common to ALL widgets but