use strict; use warnings; use Test::More tests => 1; use HTML::FormFu; my $form = HTML::FormFu->new; my $proc = $form->output_processor( { type => 'Indent', indent => " " x 4, } ); my $input = <
foo bar