{
    "mode": "perldoc",
    "parameter": "Test2::EventFacet::Info",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Test2%3A%3AEventFacet%3A%3AInfo/json",
    "generated": "2026-06-11T08:37:45Z",
    "sections": {
        "NAME": {
            "content": "Test2::EventFacet::Info - Facet for information a developer might care about.\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This facet represents messages intended for humans that will help them either understand a\nresult, or diagnose a failure.\n",
            "subsections": []
        },
        "NOTES": {
            "content": "This facet appears in a list instead of being a single item.\n",
            "subsections": []
        },
        "FIELDS": {
            "content": "$stringorstructure = $info->{details}\n$stringorstructure = $info->details()\nHuman readable string or data structure, this is the information to display. Formatters are\nfree to render the structures however they please. This may contain a blessed object.\n\nIf the \"table\" attribute (see below) is set then a renderer may choose to display the table\ninstead of the details.\n\n$structure = $info->{table}\n$structure = $info->table()\nIf the data the \"info\" facet needs to convey can be represented as a table then the data may\nbe placed in this attribute in a more raw form for better display. The data must also be\nrepresented in the \"details\" attribute for renderers which do not support rendering tables\ndirectly.\n\nThe table structure:\n\nmy %table = {\nheader => [ 'column 1 header', 'column 2 header', ... ], # Optional\n\nrows => [\n['row 1 column 1', 'row 1, column 2', ... ],\n['row 2 column 1', 'row 2, column 2', ... ],\n...\n],\n\n# Allow the renderer to hide empty columns when true, Optional\ncollapse => $BOOL,\n\n# List by name or number columns that should never be collapsed\nnocollapse => \\@LIST,\n}\n\n$shortstring = $info->{tag}\n$shortstring = $info->tag()\nShort tag to categorize the info. This is usually 10 characters or less, formatters may\ntruncate longer tags.\n\n$bool = $info->{debug}\n$bool = $info->debug()\nSet this to true if the message is critical, or explains a failure. This is info that should\nbe displayed by formatters even in less-verbose modes.\n\nWhen false the information is not considered critical and may not be rendered in\nless-verbose modes.\n\n$bool = $info->{important}\n$bool = $info->important\nThis should be set for non debug messages that are still important enough to show when a\nformatter is in quiet mode. A formatter should send these to STDOUT not STDERR, but should\nshow them even in non-verbose mode.\n",
            "subsections": []
        },
        "SOURCE": {
            "content": "The source code repository for Test2 can be found at http://github.com/Test-More/test-more/.\n",
            "subsections": []
        },
        "MAINTAINERS": {
            "content": "Chad Granum <exodist@cpan.org>\n",
            "subsections": []
        },
        "AUTHORS": {
            "content": "Chad Granum <exodist@cpan.org>\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "Copyright 2020 Chad Granum <exodist@cpan.org>.\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n\nSee http://dev.perl.org/licenses/\n",
            "subsections": []
        }
    },
    "summary": "Test2::EventFacet::Info - Facet for information a developer might care about.",
    "flags": [],
    "examples": [],
    "see_also": []
}