Locale-TextDomain-OO-Extract version 2.017
==========================================

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:

    Carp
    Class::Load
    Clone
    Data::Dumper
    Encode
    Locale::MO::File
    Locale::PO
    Locale::TextDomain::OO::Util
        Locale::TextDomain::OO::Util::ExtractHeader
        Locale::TextDomain::OO::Util::JoinSplitLexiconKeys
    Locale::Utils::PlaceholderMaketext
    Moo
        Moo::Role
    MooX::StrictConstructor
    MooX::Types::MooseLike
        MooX::Types::MooseLike::Base
    Path::Tiny
    Set::Scalar
    namespace::autoclean

COPYRIGHT AND LICENCE

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