There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

POEx::Tickit - use Tickit with POE

SYNOPSIS

use POE;
use POEx::Tickit;

my $tickit = POEx::Tickit->new;

# Create some widgets
# ...

$tickit->set_root_widget( $rootwidget );

$tickit->run;

DESCRIPTION

This class allows a Tickit user interface to run alongside other POE-driven code, using POE as a source of IO events.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>