-
-
24 Sep 2019 01:54:49 UTC
- Distribution: Sub-Multi-Tiny
- Module version: 0.000012
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (3)
- Testers (291 / 0 / 0)
- Kwalitee
Bus factor: 1- 90.88% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (29.33KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Sub::Multi::Tiny::Dispatcher::Default - Default dispatcher-maker for Sub::Multi::Tiny
SYNOPSIS
require Sub::Multi::Tiny::Dispatcher::Default; my $dispatcher_coderef = Sub::Multi::Tiny::Dispatcher::Default::MakeDispatcher({impls=>[]...});
See Sub::Multi::Tiny for more. This module does not export any symbols (or even have the capability to do so!).
This dispatcher currently only dispatches by arity.
FUNCTIONS
MakeDispatcher
Make the default dispatcher for the given multi. See "SYNOPSIS".
TODO expand. For now, only dispatches based on arity.
AUTHOR
Chris White <cxw@cpan.org>
LICENSE
Copyright (C) 2019 Chris White <cxw@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Sub::Multi::Tiny, copy and paste the appropriate command in to your terminal.
cpanm Sub::Multi::Tiny
perl -MCPAN -e shell install Sub::Multi::Tiny
For more information on module installation, please visit the detailed CPAN module installation guide.