Web::Encoding::Preload
Preloading encoding modules and data files
SYNOPSIS
use Web::Encoding::Preload;
...
use Web::Encoding;
warn decode_web_charset "big5", $bytes;
DESCRIPTION
The Web::Encoding::Preload
loads most modules and data files in the perl-web-encodings
package.
As Web::Encoding 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 use
ing this module, an application can explicitly request to load modules and data files at once.
SEE ALSO
AUTHOR
Wakaba <wakaba@suikawiki.org>.
LICENSE
Copyright 2017 Wakaba <wakaba@suikawiki.org>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.