probably best just to install the latest release rather than bundle as part of the core

18 years of core CGI, the success of The Python Standard Library, and the failure of Perl to maintain relevance (let alone its former dominance) indicates that you are catastrophically wrong.

Structured Markup Processing Tools

    html — HyperText Markup Language support
    html.parser — Simple HTML and XHTML parser
    html.entities — Definitions of HTML general entities
    XML Processing Modules
    xml.etree.ElementTree — The ElementTree XML API
    xml.dom — The Document Object Model API
    xml.dom.minidom — Minimal DOM implementation
    xml.dom.pulldom — Support for building partial DOM trees
    xml.sax — Support for SAX2 parsers
    xml.sax.handler — Base classes for SAX handlers
    xml.sax.saxutils — SAX Utilities
    xml.sax.xmlreader — Interface for XML parsers
    xml.parsers.expat — Fast XML parsing using Expat

Internet Protocols and Support

    webbrowser — Convenient web-browser controller
    wsgiref — WSGI Utilities and Reference Implementation
    urllib — URL handling modules
    urllib.request — Extensible library for opening URLs
    urllib.response — Response classes used by urllib
    urllib.parse — Parse URLs into components
    urllib.error — Exception classes raised by urllib.request
    urllib.robotparser — Parser for robots.txt
    http — HTTP modules
    http.client — HTTP protocol client
    ftplib — FTP protocol client
    poplib — POP3 protocol client
    imaplib — IMAP4 protocol client
    smtplib — SMTP protocol client
    uuid — UUID objects according to RFC 4122
    socketserver — A framework for network servers
    http.server — HTTP servers
    http.cookies — HTTP state management
    http.cookiejar — Cookie handling for HTTP clients
    xmlrpc — XMLRPC server and client modules
    xmlrpc.client — XML-RPC client access
    xmlrpc.server — Basic XML-RPC servers
    ipaddress — IPv4/IPv6 manipulation library

In reply to Re^6: plack psgi vs mojolicious by Anonymous Monk
in thread plack psgi by erickp

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.