{
    "content": [
        {
            "type": "text",
            "text": "# DBD::Gofer::Policy::pedantic (perldoc)\n\n## NAME\n\nDBD::Gofer::Policy::pedantic - The 'pedantic' policy for DBD::Gofer\n\n## SYNOPSIS\n\n$dbh = DBI->connect(\"dbi:Gofer:transport=...;policy=pedantic\", ...)\n\n## DESCRIPTION\n\nThe \"pedantic\" policy tries to be as transparent as possible. To do this it makes round-trips to\nthe server for almost every DBI method call.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **LICENCE AND COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "DBD::Gofer::Policy::pedantic",
        "section": "",
        "mode": "perldoc",
        "summary": "DBD::Gofer::Policy::pedantic - The 'pedantic' policy for DBD::Gofer",
        "synopsis": "$dbh = DBI->connect(\"dbi:Gofer:transport=...;policy=pedantic\", ...)",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 11,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LICENCE AND COPYRIGHT",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "DBD::Gofer::Policy::pedantic - The 'pedantic' policy for DBD::Gofer\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "$dbh = DBI->connect(\"dbi:Gofer:transport=...;policy=pedantic\", ...)\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The \"pedantic\" policy tries to be as transparent as possible. To do this it makes round-trips to\nthe server for almost every DBI method call.\n\nThis is the best policy to use when first testing existing code with Gofer. Once it's working\nwell you should consider moving to the \"classic\" policy or defining your own policy class.\n\nTemporary docs: See the source code for list of policies and their defaults.\n\nIn a future version the policies and their defaults will be defined in the pod and parsed out at\nload-time.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Tim Bunce, <http://www.tim.bunce.name>\n",
                "subsections": []
            },
            "LICENCE AND COPYRIGHT": {
                "content": "Copyright (c) 2007, Tim Bunce, Ireland. All rights reserved.\n\nThis module is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself. See perlartistic.\n",
                "subsections": []
            }
        }
    }
}