{
    "mode": "perldoc",
    "parameter": "Specio::PartialDump",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Specio%3A%3APartialDump/json",
    "generated": "2026-07-05T13:15:41Z",
    "synopsis": "use Specio::PartialDump qw( partialdump );\npartialdump( { foo => 42 } );\npartialdump(qw( a b c d e f g ));\npartialdump( foo => 42, bar => [ 1, 2, 3 ], );",
    "sections": {
        "NAME": {
            "content": "Specio::PartialDump - A partially rear-ended copy of Devel::PartialDump without prereqs\n",
            "subsections": []
        },
        "VERSION": {
            "content": "version 0.47\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Specio::PartialDump qw( partialdump );\n\npartialdump( { foo => 42 } );\npartialdump(qw( a b c d e f g ));\npartialdump( foo => 42, bar => [ 1, 2, 3 ], );\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This is a copy of Devel::PartialDump with all the OO bits and prereqs removed. You may want to\nuse this module in your own code to generate nicely formatted messages when a type constraint\nfails.\n\nThis module optionally exports one sub, \"partialdump\". This sub accepts any number of\narguments. If given more than one, it will assume that it's either been given a list of\nkey/value pairs (to build a hash) or a list of values (to build an array) and dump them\nappropriately. Objects and references are stringified in a sane way.\n",
            "subsections": []
        },
        "SUPPORT": {
            "content": "Bugs may be submitted at <https://github.com/houseabsolute/Specio/issues>.\n\nI am also usually active on IRC as 'autarch' on \"irc://irc.perl.org\".\n",
            "subsections": []
        },
        "SOURCE": {
            "content": "The source code repository for Specio can be found at <https://github.com/houseabsolute/Specio>.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Dave Rolsky <autarch@urth.org>\n",
            "subsections": []
        },
        "COPYRIGHT AND LICENSE": {
            "content": "This software is copyright (c) 2008 by יובל קוג'מן (Yuval Kogman).\n\nThis is free software; you can redistribute it and/or modify it under the same terms as the Perl\n5 programming language system itself.\n",
            "subsections": []
        }
    },
    "summary": "Specio::PartialDump - A partially rear-ended copy of Devel::PartialDump without prereqs",
    "flags": [],
    "examples": [],
    "see_also": []
}