NAME

    Dispatch::Class - dispatch on the type (class) of an argument

INSTALLATION

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

        cpan Dispatch::Class

    Or "cpanm":

        cpanm Dispatch::Class

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

        perl Makefile.PL
        make
        make test
        make install

COPYRIGHT & LICENSE

    Copyright 2013, 2014 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.