The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

HTML::FillInForm::Lite::Compat - HTML::FillInForm::Lite compatibility layer

SYNOPSIS

        use HTML::FillInForm::Lite::Compat;

        use HTML::FillInForm; # doesn't require HTML::FillInForm

        my $fif = HTML::FillInForm->new();
        $fif->isa('HTML::FillInForm::Lite'); # => yes

        # or

        perl -MHTML::FillInForm::Lite::Compat script_using_fillinform.pl

DESCRIPTION

This module provides an interface compatible with HTML::FillInForm.

It takes over the use HTML::FillInForm directive to use HTML::FillInForm::Lite instead, so that scripts and modules that depend on HTML::FillInForm go without it.

SEE ALSO

HTML::FillInForm::Lite.

AUTHOR

Goro Fuji (藤 吾郎) <gfuji(at)cpan.org>

LICENSE AND COPYRIGHT

Copyright (c) 2008 Goro Fuji, Some rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 107:

Non-ASCII character seen before =encoding in '(藤'. Assuming UTF-8