NAME
POE::Component::CPANIDX - A POE mechanism for querying the CPANIDX
SYNOPSIS
use strict;
use warnings;
use POE qw(Component::CPANIDX);
my $url = shift or die;
my $cmd = shift or die;
my $search = shift;
my $idx = POE::Component::CPANIDX->spawn();
POE::Session->create(
package_states => [
main => [qw(_start _reply)],
more»
This software is copyright (c) 2011 by Chris Williams.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Terms of the Perl programming language system itself
a) the GNU General Public License as published by the Free
Software Foundation; either version 1, or (at your option) any
later version, or
b) the "
more»