package CGI::Test::Form::Widget; use strict; ################################################################ # $Id: Widget.pm,v 1.2 2003/09/29 11:00:38 mshiltonj Exp $ # $Name: cgi-test_0-104_t1 $ ################################################################ # # 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. # # # 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; ############################################################ # # ->new # # Creation routine -- common to ALL widgets but