DEBSOURCES
Skip Quicknav
sources / libcgi-pm-perl / 4.68-1 / t / end_form.t
123456789
use strict; use warnings; use Test::More tests => 2; BEGIN { use_ok 'CGI', qw/ :form / }; is end_form() => '</form>', 'end_form()';