GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
POEx::Types(3) User Contributed Perl Documentation POEx::Types(3)

POEx::Types - Exported Types for use within POEx modules

version 1.100910

This modules exports the needed subtypes, and coercions for POEx modules and is based on Sub::Exporter, so see that module for options on importing.

A subtype for POE::Kernel.

A subtype for POE::Wheel.

A subtype for POE::Filter.

A subtype for POE::Driver.

This sets an isa constraint on POE::Session

Session IDs in POE are represented as positive integers and this Type constrains as such

Session aliases are strings in and this is simply an alias for Str

This sets a constraint for an object that does POEx::Role::SessionInstantiation

This is a convience type that checks for the above types in one go.

WheelIDs are represented as positive integers

You can coerce SessionAlias, Session, and DoesSessionInstantiation to a SessionID (via to_SessionID)

You can also coerce a SessionAlias from a SessionID, Session, or DoesSessionInstantiation (via to_SessionAlias)

And finally a Session can be coerced from a SessionID, or SessionAlias (via to_Session)

  Nicholas Perez <nperez@cpan.org>

This software is copyright (c) 2010 by Nicholas Perez.

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

2010-04-01 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.