{
    "content": [
        {
            "type": "text",
            "text": "# Locale::Maketext::Lexicon::Tie (perldoc)\n\n## NAME\n\nLocale::Maketext::Lexicon::Tie - Use tied hashes as lexicons for Maketext\n\n## SYNOPSIS\n\npackage Hello::I18N;\nuse base 'Locale::Maketext';\nuse Locale::Maketext::Lexicon {\nen => [ Tie => [ DBFile => 'en.db' ] ],\n};\n\n## DESCRIPTION\n\nThis module lets you easily \"tie\" the %Lexicon hash to a database or\nother data sources. It takes an array reference of arguments, and passes\nthem directly to \"tie()\".\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **AUTHORS**\n- **COPYRIGHT**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Locale::Maketext::Lexicon::Tie",
        "section": "",
        "mode": "perldoc",
        "summary": "Locale::Maketext::Lexicon::Tie - Use tied hashes as lexicons for Maketext",
        "synopsis": "package Hello::I18N;\nuse base 'Locale::Maketext';\nuse Locale::Maketext::Lexicon {\nen => [ Tie => [ DBFile => 'en.db' ] ],\n};",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 24,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Locale::Maketext::Lexicon::Tie - Use tied hashes as lexicons for\nMaketext\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version 1.00\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "package Hello::I18N;\nuse base 'Locale::Maketext';\nuse Locale::Maketext::Lexicon {\nen => [ Tie => [ DBFile => 'en.db' ] ],\n};\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module lets you easily \"tie\" the %Lexicon hash to a database or\nother data sources. It takes an array reference of arguments, and passes\nthem directly to \"tie()\".\n\nEntries will then be fetched whenever it is used; this module does not\ncache them.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Locale::Maketext, Locale::Maketext::Lexicon\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "*   Clinton Gormley <drtech@cpan.org>\n\n*   Audrey Tang <cpan@audreyt.org>\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright 2002-2013 by Audrey Tang <cpan@audreyt.org>.\n\nThis software is released under the MIT license cited below.\n\nThe \"MIT\" License\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "This software is Copyright (c) 2014 by Audrey Tang.\n\nThis is free software, licensed under:\n\nThe MIT (X11) License\n",
                "subsections": []
            }
        }
    }
}