{
    "content": [
        {
            "type": "text",
            "text": "# oo (man)\n\n## NAME\n\noo - syntactic sugar for Moo oneliners\n\n## SYNOPSIS\n\nperl -Moo=Foo -e 'has bar => ( is => q[ro], default => q[baz] ); print Foo->new->bar'\n# loads an existing class and re-\"opens\" the package definition\nperl -Moo=+My::Class -e 'print PACKAGE->new->bar'\n\n## DESCRIPTION\n\noo.pm is a simple source filter that adds \"package $name; use Moo;\" to the beginning of your\nscript, intended for use on the command line via the -M option.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SUPPORT**\n- **AUTHORS**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "oo",
        "section": "",
        "mode": "man",
        "summary": "oo - syntactic sugar for Moo oneliners",
        "synopsis": "perl -Moo=Foo -e 'has bar => ( is => q[ro], default => q[baz] ); print Foo->new->bar'\n# loads an existing class and re-\"opens\" the package definition\nperl -Moo=+My::Class -e 'print PACKAGE->new->bar'",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SUPPORT",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "oo - syntactic sugar for Moo oneliners\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "perl -Moo=Foo -e 'has bar => ( is => q[ro], default => q[baz] ); print Foo->new->bar'\n\n# loads an existing class and re-\"opens\" the package definition\nperl -Moo=+My::Class -e 'print PACKAGE->new->bar'\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "oo.pm is a simple source filter that adds \"package $name; use Moo;\" to the beginning of your\nscript, intended for use on the command line via the -M option.\n",
                "subsections": []
            },
            "SUPPORT": {
                "content": "See Moo for support and contact information.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "See Moo for authors.\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "See Moo for the copyright and license.\n\n\n\nperl v5.32.1                                 2021-12-05                                      oo(3pm)",
                "subsections": []
            }
        }
    }
}