Wheel::SocketFactory
Wheel::ReadWrite
Filter::Stackable
Filter::Line
Filter::JSONMaybeXS
);
use Try::Tiny;
# Version of this software
our $VERSION = '0.010';
# create a new bles
reate a stackable filter so we can talk in json
my $filter = POE::Filter::Stackable->new();
$filter->push( POE::Filter::Line->new(), POE::Filter::JSONMaybeXS->new(), );
# Create a rw_whee
reate a stackable filter so we can talk in json
my $filter = POE::Filter::Stackable->new();
$filter->push( POE::Filter::Line->new(), POE::Filter::JSONMaybeXS->new(), );
# Create a rw_whee