POE::Component::WWW::CPAN

Non-blocking wrapper around WWW::CPAN
Download

POE::Component::WWW::CPAN Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Zoffix Znet
  • Publisher web site:
  • http://search.cpan.org/~zoffix/

POE::Component::WWW::CPAN Tags


POE::Component::WWW::CPAN Description

Non-blocking wrapper around WWW::CPAN POE::Component::WWW::CPAN is a Perl module designed as a non-blocking wrapper around WWW::CPAN. It provides interface to http://search.cpan.org/ searching capabilities.SYNOPSIS use strict; use warnings; use POE qw/Component::WWW::CPAN/; my $poco = POE::Component::WWW::CPAN->spawn; POE::Session->create( package_states => , ], ); $poe_kernel->run; sub _start { $poco->search({ event => 'results', query => 'App::ZofCMS::Plugin', n => 100 } ); } sub results { use Data::Dumper; print Dumper $_->{result}; $poco->shutdown; } Requirements: · Perl


POE::Component::WWW::CPAN Related Software