Bot-Backbone
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
383940414243444546474849505152535455565758
"Moose::Exporter"
:
"0"
,
"Moose::Meta::Class"
:
"0"
,
"Moose::Role"
:
"0"
,
"Moose::Util"
:
"0"
,
"MooseX::Types"
:
"0"
,
"MooseX::Types::Moose"
:
"0"
,
"POE"
:
"0"
,
"POE::Loop::AnyEvent"
:
"0"
,
"POE::Wheel::ReadLine"
:
"0"
,
"Scalar::Util"
:
"0"
,
"namespace::autoclean"
:
"0"
,
"perl"
:
"v5.10.0"
}
},
"test"
: {
"requires"
: {
"Test::More"
:
"0"
,
"lib"
:
"0"
,
"strict"
:
"0"
,
"warnings"
:
"0"
}
272829303132333435363738394041424344
Moose::Exporter:
'0'
Moose::Meta::Class:
'0'
Moose::Role:
'0'
Moose::Util:
'0'
MooseX::Types:
'0'
MooseX::Types::Moose:
'0'
POE:
'0'
POE::Loop::AnyEvent:
'0'
POE::Wheel::ReadLine:
'0'
Scalar::Util:
'0'
namespace::autoclean:
'0'
perl: v5.10.0
resources:
repository: git://github.com/zostay/Bot-Backbone.git
version:
'0.161950'
x_serialization_backend:
'YAML::Tiny version 1.69'
Makefile.PL view on Meta::CPAN
272829303132333435363738394041424344454647
"Moose::Exporter"
=> 0,
"Moose::Meta::Class"
=> 0,
"Moose::Role"
=> 0,
"Moose::Util"
=> 0,
"MooseX::Types"
=> 0,
"MooseX::Types::Moose"
=> 0,
"POE"
=> 0,
"POE::Loop::AnyEvent"
=> 0,
"POE::Wheel::ReadLine"
=> 0,
"Scalar::Util"
=> 0,
"namespace::autoclean"
=> 0
},
"TEST_REQUIRES"
=> {
"Test::More"
=> 0,
"lib"
=> 0,
"strict"
=> 0,
"warnings"
=> 0
},
"VERSION"
=>
"0.161950"
,
"test"
=> {
"TESTS"
=>
"t/*.t"
lib/Bot/Backbone/Service/Role/Dispatch.pm view on Meta::CPAN
123456789101112131415161718$Bot::Backbone::Service::Role::Dispatch::VERSION
=
'0.161950'
;
use
v5.10;
use
Moose::Role;
with
'https://metacpan.org/pod/Bot::Backbone::Service::Role::SendPolicy">Bot::Backbone::Service::Role::SendPolicy'
;
use
namespace::autoclean;
# ABSTRACT: Role for services that can perform dispatch
has
dispatcher_name
=> (
is
=>
'rw'
,
isa
=>
'Str'
,
init_arg
=>
'dispatcher'
,
predicate
=>
'has_dispatcher'
,
);
lib/Bot/Backbone/Types.pm view on Meta::CPAN
view all matches for this distribution
789101112131415161718192021222324252627
DispatcherType
EventLoop
PredicateList
ServiceList
VolumeLevel
)
];
use
namespace::autoclean;
# ABSTRACT: The type library for Bot::Backbone
class_type
'Moose::Meta::Class'
;
enum DispatcherType, [
qw( bot service )
];
coerce DispatcherType,
from
'Moose::Meta::Class'
,
via {
if
(
$_
->name->isa(
'Bot::Backbone::Bot'
)) {
'bot'
}
view release on metacpan - search on metacpan
( run in 1.621 second using v1.00-cache-2.02-grep-82fe00e-cpan-5f0c44f8eee )