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

App::LXC::Container::Texts::de - German language support of App::LXC::Container

SYNOPSIS

    # This module should never be used directly!
    # It is used indirectly by the main modules of App::LXC::Container via
    use App::LXC::Container::Texts;

ABSTRACT

This module contains all German texts of App::LXC::Container.

DESCRIPTION

The module just provides a hash of texts to be used.

See App::LXC::Container::Texts::en for more details.

EXPORT

%T - hash of German texts

Note that %T is not exported into the callers name-space, it must always be fully qualified (as it's only used in two location in Texts anyway).

SEE ALSO

App::LXC::Container

LICENSE

Copyright (C) Thomas Dorner.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See LICENSE file for more details.

AUTHOR

Thomas Dorner <dorner (AT) cpan.org>