AnyEvent-WebSocket-Client
view release on metacpan or search on metacpan
"Test::Pod::Coverage" : "0",
"Test::Pod::Spelling::CommonMistakes" : "0",
"Test::Spelling" : "0",
"Test::Strict" : "0",
"YAML" : "0"
}
},
"runtime" : {
"recommends" : {
"EV" : "0",
"IO::Socket::SSL" : "0",
"Math::Random::Secure" : "0",
"Net::SSLeay" : "0",
"PerlX::Maybe::XS" : "0"
},
"requires" : {
"AnyEvent" : "7.13",
"AnyEvent::Connector" : "0.03",
"Moo" : "2.0",
"PerlX::Maybe" : "0.003",
"Protocol::WebSocket" : "0.20",
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: AnyEvent-WebSocket-Client
no_index:
directory:
- example
recommends:
EV: '0'
IO::Socket::SSL: '0'
Math::Random::Secure: '0'
Net::SSLeay: '0'
PerlX::Maybe::XS: '0'
requires:
AnyEvent: '7.13'
AnyEvent::Connector: '0.03'
Moo: '2.0'
PerlX::Maybe: '0.003'
Protocol::WebSocket: '0.20'
URI: '1.53'
URI = 1.53
URI::ws = 0
Protocol::WebSocket = 0.20
Moo = 2.0
AnyEvent = 7.13
AnyEvent::Connector = 0.03
[Prereqs / SuggestedPrereqs]
-relationship = recommends
Math::Random::Secure = 0
IO::Socket::SSL = 0
Net::SSLeay = 0
[Prereqs / SuggestedTestPrereqs]
-relationship = recommends
-phase = test
Mojolicious = 3.0
Test::Memory::Cycle = 0
Devel::Cycle = 0
[Author::Plicease::Upload]
maint/cip-before-install view on Meta::CPAN
#!/bin/bash
set -ex
cip exec cpanm -n Net::SSLeay IO::Socket::SSL Capture::Tiny Test::Memory::Cycle HTTP::Proxy
cip exec cpanm -n EV || true
cip exec cpanm -n Mojolicious || true
cip exec-background perl maint/proxy.pl
t/00_diag.t view on Meta::CPAN
my %modules;
my $post_diag;
BEGIN { eval q{ use EV; } }
$modules{$_} = $_ for qw(
AnyEvent
AnyEvent::Connector
Devel::Cycle
EV
ExtUtils::MakeMaker
IO::Socket::SSL
Math::Random::Secure
Mojolicious
Moo
Net::SSLeay
PerlX::Maybe
PerlX::Maybe::XS
Protocol::WebSocket
Test2::API
Test2::Require
Test2::Require::Module
( run in 0.524 second using v1.01-cache-2.11-cpan-4d50c553e7e )