The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Locale-TextDomain-OO version 1.030
==================================

Perl OO Interface to Uniforum Message Translation

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

DEPENDENCIES

This module requires these other modules and libraries:

    namespace::autoclean
    Carp
    Class::Load
    Clone
    Encode
    English
    Hash::Util
    JSON
    Locale::MO::File
    Locale::PO
    Locale::TextDomain::OO::Util
    Locale::Utils::PlaceholderMaketext
    Locale::Utils::PlaceholderNamed
    Moo
    Moo::Role
    MooX::Singleton
    MooX::StrictConstructor
    MooX::Types::MooseLike::Base
    Path::Tiny
    Tie::Sub
    Try::Tiny

COPYRIGHT AND LICENCE

Copyright (c) 2009 - 2017,
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.