Group
Extension

Matches 1

App-aep ( D/DA/DAEMON/App-aep-0.010.tar.gz, DAEMON, 2025; MetaCPAN )
App-aep/lib/App/aep.pm ( view source; MetaCPAN )

    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

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.