Dist::Zilla::Role::PotWriter(3pm) | User Contributed Perl Documentation | Dist::Zilla::Role::PotWriter(3pm) |
Dist::Zilla::Plugin::PotWriter - Something that writes gettext language translation template file
with 'Dist::Zilla::Role::PotWriter'; # ... sub execute { my $self = shift; $self->write_pot(%params); }
This role provides a utility method for generating a GNU gettext <http://www.gnu.org/software/gettext/>-style language translation template.
"write_pot"
$self->write_pot(%params);
Creates or updates a GNU gettext <http://www.gnu.org/software/gettext/>-style language translation file. The supported parameters are:
David E. Wheeler <david@justatheory.com>
Charles McGarvey <ccm@cpan.org>
This software is copyright (c) 2012-2017 by David E. Wheeler.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2018-07-08 | perl v5.26.2 |