The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Dist/Zilla/LocaleTextDomain version 0.90

Dist::Zilla::LocaleTextDomain provides tools to scan your Perl libraries for Local::TextDomain-style localizable strings, create a language template, and initialize translation files and keep them up-to-date. If you use Local::TextDomain and Dist::Zilla, you need this module!

Installation

To install this module, type the following:

perl Build.PL
./Build
./Build test
./Build install

Or, if you don't have Module::Build installed, type the following:

perl Makefile.PL
make
make test
make install

Dependencies

This module requires the the gettext utilities. It also requires the following non-core modules:

Copyright and License

This software is copyright (c) 2012-2013 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.