-
-
11 Apr 2006 10:48:12 UTC
- Distribution: Sledge-Charset-UTF8-I18N
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (0 / 694 / 0)
- Kwalitee
Bus factor: 0- 100.00% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (1.24KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Sledge::Charset::UTF8::I18N - Internationalization extension to Sledge::Charset::UTF8.
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::Charset::UTF8::I18N is Internationalization extension to Sledge::Charset::UTF8.
AUTHOR
Yasuhiro Horiuchi <yasuhiro@hori-uchi.com>
Module Install Instructions
To install Sledge::Charset::UTF8::I18N, copy and paste the appropriate command in to your terminal.
cpanm Sledge::Charset::UTF8::I18N
perl -MCPAN -e shell install Sledge::Charset::UTF8::I18N
For more information on module installation, please visit the detailed CPAN module installation guide.