Locale::TextDomain::OO::Plugin::Expand::Maketext::Localize - Alternative maketext methods


NAME

Locale::TextDomain::OO::Plugin::Expand::Maketext::Localize - Alternative maketext methods

$Id: Localize.pm 545 2014-10-30 13:23:00Z steffenw $

$HeadURL: svn+ssh://steffenw@svn.code.sf.net/p/perl-gettext-oo/code/module/trunk/lib/Locale/TextDomain/OO/Plugin/Expand/Maketext/Localize.pm $


VERSION

1.014


DESCRIPTION

This module provides alternative maketext methods.


SYNOPSIS

    my $loc = Locale::TextDomain::OO->new(
        plugins => [ qw(
            Expand::Maketext::Localize
            ...
        ) ],
        ...
    );


SUBROUTINES/METHODS

methods localize, localize_m, localize_mp, Nlocalize, Nlocalize_m, Nlocalize_mp

This methods are aliases to method maketext, maketext, maketext_p, Nmaketext, Nmaketext and Nmaketext_p.


EXAMPLE

Inside of this distribution is a directory named example. Run this *.pl files.


DIAGNOSTICS

nothing


CONFIGURATION AND ENVIRONMENT

none


DEPENDENCIES

Moo::Role

namespace::autoclean

Locale::TextDomain::OO::Plugin::Expand::Maketext


INCOMPATIBILITIES

not known


BUGS AND LIMITATIONS

none


SEE ALSO

Locale::TextDoamin::OO


AUTHOR

Steffen Winkler


LICENSE AND COPYRIGHT

Copyright (c) 2013 - 2014, Steffen Winkler <steffenw at cpan.org>. All rights reserved.

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