=head1 NAME Web::Encoding::Preload - Preloading encoding modules and data files =head1 SYNOPSIS use Web::Encoding::Preload; ... use Web::Encoding; warn decode_web_charset "big5", $bytes; =head1 DESCRIPTION The C loads most modules and data files in the C package. As L and other modules sometimes require large tables, they delay loading of some data files until they are accessed for the first time. This is undesirable, however, for certain kinds of applications such as preforking Web application servers. By Cing this module, an application can explicitly request to load modules and data files at once. =head1 SEE ALSO L. =head1 AUTHOR Wakaba . =head1 LICENSE Copyright 2017 Wakaba . This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut