NAME

MooseX::POE::Role - Eventful roles

SYNOPSIS

  package Counter;
  use MooseX::POE::Role;

  ...

  package RealCounter;

  with qw(Counter);

DESCRIPTION

This is what Moose::Role is to Moose but with MooseX::POE.

KEYWORDS

event $name $subref

Create an event handler named $name.