The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Reflexive::Event::Data - Provides an Event subclass that contains the output from a POE::Filter

VERSION

version 1.122150

DESCRIPTION

Reflexive::Event::Data is a Reflex::Event subclass that provides a "data" attribute to contain the actual output from the POE::Filter in use by the Reflexive::Stream::Filtering object. One event is emitted for each data element returned from the Filter.

PUBLIC_ATTRIBUTES

data

    is: ro, isa: Any

This attribute contains whatever is the output from the specific Filter provided to Reflexive::Stream::Filtering. There should be one of these per item of output from the filter. Please note that Any means that undef is also valid.

AUTHOR

Nicholas R. Perez <nperez@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Nicholas R. Perez <nperez@cpan.org>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.