• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/Module/H18-Oct-2010-1,8231,341

lib/Plack/Middleware/H18-Oct-2010-6831

t/H18-Oct-2010-6556

ChangesH A D18-Oct-2010165 85

MANIFESTH A D18-Oct-2010379 1716

META.ymlH A D18-Oct-2010579 2726

Makefile.PLH A D18-Oct-2010276 138

READMEH A D18-Oct-2010612 2517

README

1NAME
2    Plack::Middleware::AddDefaultCharset - a port of Apache2's
3    AddDefaultCharset
4
5SYNOPSIS
6    use Plack::Builder;
7
8    builder { enable 'AddDefaultCharset', charset => $charset_to_add; $app;
9    }
10
11DESCRIPTION
12    Plack::Middleware::AddDefaultCharset is a port of the AddDefaultCharset
13    configuration directive of the Apache HTTP server.
14
15AUTHOR
16    Kazuho Oku <kazuhooku {at} gmail.com>
17
18SEE ALSO
19    <http://httpd.apache.org/docs/2.2/ja/mod/core.html#adddefaultcharset>
20
21LICENSE
22    This library is free software; you can redistribute it and/or modify it
23    under the same terms as Perl itself.
24
25