-
-
18 Apr 2006 12:07:05 UTC
- Distribution: Sledge-Pages-Apache-I18N
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (1 / 4 / 0)
- Kwalitee
Bus factor: 0- 100.00% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (1.3KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Sledge::Request::Apache::I18N
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Sledge::Pages::Apache::I18N - Internationalization extension to Sledge::Pages::Apache
SYNOPSIS
package YourProj::Pages; use strict; use base qw(Sledge::Pages::Apache::I18N); use Sledge::Template::TT::I18N; use Sledge::Charset::UTF8::I18N; .... sub create_charset { my $self = shift; Sledge::Charset::UTF8::I18N->new($self); }
DESCRIPTION
Sledge::Pages::Apache::I18N is Internationalization extension to Sledge::Pages::Apache.
AUTHOR
Yasuhiro Horiuchi <yasuhiro@hori-uchi.com>
SEE ALSO
Module Install Instructions
To install Sledge::Pages::Apache::I18N, copy and paste the appropriate command in to your terminal.
cpanm Sledge::Pages::Apache::I18N
perl -MCPAN -e shell install Sledge::Pages::Apache::I18N
For more information on module installation, please visit the detailed CPAN module installation guide.