use strict; use warnings; use Test::More tests => 2; BEGIN { use_ok 'CGI', qw/ :form / }; is end_form() => '', 'end_form()';