-
-
08 Dec 2020 07:52:54 UTC
- Distribution: Dancer-Plugin-RPC
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (67 / 1 / 2)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (38.7KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
++ed by:2 non-PAUSE users- Dependencies
- Dancer
- JSON
- Params::Validate
- Params::ValidationCompiler
- RPC::XML
- Time::HiRes
- Types::Standard
- YAML
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Dancer::RPCPlugin::PluginNames - Register Dancer::Plugin::RPC plugin-names
SYNOPSIS
use Dancer::RPCPlugin::PluginNames; my $pt = Dancer::RPCPlugin::PluginNames->new(); say "Plugin: $_" for $pt->names; if ($my_name =~ $pt->regex) { say "$my_name is a registered plugin-name"; }
DESCRIPTION
Dancer::RPCPlugin::PluginNames->new(@names)
Returns a singleton-object of this class.
Arguments
List of names or none.
$pn->add_names(@names)
Adds the names given to the singleton-object and returns that.
$pn->names
Returns a list of registered plugin-names ordered by:
$pn->regex
Returns a
Regexp
object with all the names as alternatives.COPYRIGHT
(c) MMXVII - Abe Timmerman <abetim@cpan.org>
Module Install Instructions
To install Dancer::Plugin::RPC, copy and paste the appropriate command in to your terminal.
cpanm Dancer::Plugin::RPC
perl -MCPAN -e shell install Dancer::Plugin::RPC
For more information on module installation, please visit the detailed CPAN module installation guide.