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

NAME

AnyEvent::Ident::Request - Simple asynchronous ident response

VERSION

version 0.08

ATTRIBUTES

as_string

 my $str = $res->as_string;

The raw request as given by the client.

server_port

 my $port = $res->server_port;

The server port.

client_port

 my $port = $res->client_port;

The client port.

AUTHOR

Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Graham Ollis.

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