{
    "content": [
        {
            "type": "text",
            "text": "# Net::Identica (perldoc)\n\n## NAME\n\nNet::Identica - A perl interface to the Identi.ca Twitter Compatible API\n\n## SYNOPSIS\n\nuse Net::Identica;\n$nt = Net::Identica->new(username => $user, password => $passwd);\n$nt->update('Hello, Identica friends!');\n\n## DESCRIPTION\n\nThe micro-blogging service <http://identi.ca> provides a Twitter compatible API. This module\nsimply creates an instance of \"Net::Twitter\" with the \"identica\" option set.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **DEPRECATED**\n- **DESCRIPTION**\n- **METHODS**\n- **SEE ALSO**\n- **AUTHOR**\n- **LICENSE**\n- **DISCLAIMER OF WARRANTY**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Net::Identica",
        "section": "",
        "mode": "perldoc",
        "summary": "Net::Identica - A perl interface to the Identi.ca Twitter Compatible API",
        "synopsis": "use Net::Identica;\n$nt = Net::Identica->new(username => $user, password => $passwd);\n$nt->update('Hello, Identica friends!');",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DEPRECATED",
                "lines": 25,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "DISCLAIMER OF WARRANTY",
                "lines": 16,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Net::Identica - A perl interface to the Identi.ca Twitter Compatible API\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version 4.01043\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Net::Identica;\n\n$nt = Net::Identica->new(username => $user, password => $passwd);\n\n$nt->update('Hello, Identica friends!');\n",
                "subsections": []
            },
            "DEPRECATED": {
                "content": "This module is a backwards compatibility wrapper for applications that used Net::Identica\npackaged with \"Net::Twitter\" versions 2.12 and earlier. Instead, use Net::Twitter with the\n\"identica\" option to gain all of the new features and functionality (OAuth, Search, exceptions\non error, etc.).\n\nuse Net::Twitter;\n\n# A simple, backwards compatible replacement for Net::Identica\nmy $identica = Net::Twitter->new(\nlegacy   => 1,\nidentica => 1,\nusername => $username,\npassword => $password,\n);\n\n# A more complex object with OAuth and some optional traits\nmy $identica = Net::Twitter->new(\ntraits => [qw/API::REST API::Search InflateObjects/],\nidentica            => 1,\nconsumerkey        => $consumerkey,\nconsumersecret     => $consumersecret,\naccesstoken        => $token,\naccesstokensecret => $tokensecret,\n);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The micro-blogging service <http://identi.ca> provides a Twitter compatible API. This module\nsimply creates an instance of \"Net::Twitter\" with the \"identica\" option set.\n\nSee Net::Twitter for full documentation.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "new Creates a \"Net::Twitter\" object by call \"new\" in Net::Twitter with the \"identica\" option\npreset.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Net::Twitter\nFull documentation.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Marc Mims <marc@questright.com>\n",
                "subsections": []
            },
            "LICENSE": {
                "content": "Copyright (c) 2016 Marc Mims\n\nThe Twitter API itself, and the description text used in this module is:\n\nCopyright (c) 2009 Twitter\n\nThis library is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
                "subsections": []
            },
            "DISCLAIMER OF WARRANTY": {
                "content": "BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE\nEXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER\nEXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nSOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY\nSERVICING, REPAIR, OR CORRECTION.\n\nIN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER,\nOR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE\nLICENSE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT\nLIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR\nOTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n",
                "subsections": []
            }
        }
    }
}