The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.14

  • added Michael Graham to dist_author in Build.PL
  • lowered prereq of HTML::FillInForm to 1.00
  • indicated that HTML::FillInForm version of 1.04 is recommended
  • changed fill_form() to accept $html being a reference to a scalarref. This is useful for use with templating plugins which return a reference to a string (CAP::AnyTemplate and CAP::TT both do this):
    • my $html = $self->template->process;
    • $self->fill_form(\$html, ...); # it does not matter if $html
      • was already a reference

Modules

integrate with HTML::FillInForm