The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Zilla::App::Command::pot - update i18n messages.pot file with new strings

VERSION

version 2.000

SYNOPSIS

    $ dzil pot -o lib/LocaleData/Foo-Bar-messages.pot
    $ dzil pot

DESCRIPTION

This command will update the messages file used for internationalization purposes, collecting all the new strings since last invocation.

SEE ALSO

You can find more information on this module at:

AUTHOR

Jerome Quelin <jquelin@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Jerome Quelin.

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