metabase-relayd
view release on metacpan or search on metacpan
name = metabase-relayd
version = 0.42
author = Chris Williams <chris@bingosnet.co.uk>
license = Perl_5
copyright_holder = Chris Williams
[@BINGOS]
[DynamicPrereqs]
-condition = can_cc()
-body = requires( 'POE::XS::Queue::Array' => 0.005 );
-body = if ( $^O eq 'linux' ) {
-body = requires( 'POE::XS::Loop::EPoll' => 1.001 );
-body = }
-body = elsif ( $^O =~ /^(MSWin32|darwin)$/ ) {
-body = requires( 'Event' => 0 );
-body = requires( 'POE::Loop::Event' => 0 );
-body = }
-body = else {
-body = requires( 'POE::XS::Loop::Poll' => 1.000 );
-body = }
( run in 0.409 second using v1.01-cache-2.11-cpan-05444aca049 )