NAME

    Quote::Code - quoted strings with arbitrary code interpolation

INSTALLATION

    To download and install this module, use your favorite CPAN client, e.g.
    "cpan":

        cpan Quote::Code

    Or "cpanm":

        cpanm Quote::Code

    To do it manually, run the following commands (after downloading and
    unpacking the tarball):

        perl Makefile.PL
        make
        make test
        make install

SUPPORT AND DOCUMENTATION

    After installing, you can find documentation for this module with the
    "perldoc" command.

        perldoc Quote::Code

    You can also look for information at
    <https://metacpan.org/pod/Quote::Code>.

    To see a list of open bugs or report a new bug, visit
    <https://codeberg.org/mauke/Quote-Code/issues>.

COPYRIGHT & LICENSE

    Copyright 2012-2013 Lukas Mai.

    This program is free software; you can redistribute it and/or modify it
    under the terms of either: the GNU General Public License as published
    by the Free Software Foundation; or the Artistic License.

    See <https://dev.perl.org/licenses/> for more information.

