diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-10-10 13:56:04 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-10-10 13:56:04 +0800 |
commit | 307d26ed1b4125634c76935f17e9af5b75faa1f8 (patch) | |
tree | e33b64d9242eb1252bfa1a422d0278c58215e259 /net/Makefile | |
parent | 08b00c314c72f178b27b803ffcf8b15a43966a40 (diff) | |
download | freebsd-ports-graphics-307d26ed1b4125634c76935f17e9af5b75faa1f8.tar.gz freebsd-ports-graphics-307d26ed1b4125634c76935f17e9af5b75faa1f8.tar.zst freebsd-ports-graphics-307d26ed1b4125634c76935f17e9af5b75faa1f8.zip |
POEx::Role::TCPServer bundles up the lower level
SocketFactory/ReadWrite combination of wheels into a simple
Moose::Role. It builds upon other POEx modules such as
POEx::Role::SessionInstantiation and POEx::Types.
The events for SocketFactory for and for each ReadWrite instantiated
are methods that can be advised in any way deemed fit. Advising these
methods is actually encouraged and can simplify code for the consumer.
The only method that must be provided by the consuming class is
handle_inbound_data.
WWW: http://search.cpan.org/dist/POEx-Role-TCPServer/
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 21628efa94c..5d3c4c83dbe 100644 --- a/net/Makefile +++ b/net/Makefile @@ -680,6 +680,7 @@ SUBDIR += p5-POE-Component-Pcap SUBDIR += p5-POE-Component-Server-Twirc SUBDIR += p5-POE-Component-Spread + SUBDIR += p5-POEx-Role-TCPServer SUBDIR += p5-Parallel-Pvm SUBDIR += p5-PlRPC SUBDIR += p5-Queue-Beanstalk |