1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
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.
|