-
-
18 Oct 2010 12:40:11 UTC
- Distribution: Plack-Middleware-AddDefaultCharset
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (752 / 0 / 1)
- Kwalitee
Bus factor: 0- 97.73% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (15.59KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Kazuho Oku <kazuhooku {at} gmail.com>
- Dependencies
- Plack
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Plack::Middleware::AddDefaultCharset - a port of Apache2's AddDefaultCharset
SYNOPSIS
use Plack::Builder;
builder { enable 'AddDefaultCharset', charset => $charset_to_add; $app; }
DESCRIPTION
Plack::Middleware::AddDefaultCharset is a port of the AddDefaultCharset configuration directive of the Apache HTTP server.
AUTHOR
Kazuho Oku <kazuhooku {at} gmail.com>
SEE ALSO
http://httpd.apache.org/docs/2.2/ja/mod/core.html#adddefaultcharset
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Plack::Middleware::AddDefaultCharset, copy and paste the appropriate command in to your terminal.
cpanm Plack::Middleware::AddDefaultCharset
perl -MCPAN -e shell install Plack::Middleware::AddDefaultCharset
For more information on module installation, please visit the detailed CPAN module installation guide.