1 2use strict; 3use warnings; 4 5use Test::More tests => 2; 6 7BEGIN { use_ok 'CGI', qw/ :form / }; 8 9is end_form() => '</form>', 'end_form()'; 10