CPANPLUS::I18N - Localization class


NAME

CPANPLUS::I18N - Localization class


SYNOPSIS

    use CPANPLUS::I18N;
    print loc("Hello, %1!", 'world');


DESCRIPTION

This module exports loc() to each module that displays messages to users, so that these messages may be properly localized.


AUTHORS

This module by Autrijus Tang <autrijus@autrijus.org>.


COPYRIGHT

The CPAN++ interface (of which this module is a part of) is copyright (c) 2001, 2002 Jos Boumans <kane@cpan.org>. All rights reserved.

This library is free software; you may redistribute and/or modify it under the same terms as Perl itself.

 CPANPLUS::I18N - Localization class