1POE::Resources(3)     User Contributed Perl Documentation    POE::Resources(3)
2
3
4

NAME

6       POE::Resources - loader of POE resources
7

SYNOPSIS

9         POE::Resources->initialize(); # intended to be used within the kernel
10

DESCRIPTION

12       Internally POE's kernel is split up into the different resources that
13       it manages.  Each resource may be handled by a pure perl module, or by
14       an XS module.  This module is used internally by the kernel to load the
15       correct modules.
16
17       For each resource type, initialize first tries to load
18       "POE::XS::Resource::*" and then falls back to "POE::Resource::*".
19

METHODS

21       initialize
22           Used internally by the kernel.
23

SEE ALSO

25       POE::Resource
26

AUTHORS & LICENSING

28       Please see POE for more information about its authors, contributors,
29       and POE's licensing.
30
31
32
33perl v5.8.8                       2006-09-01                 POE::Resources(3)
Impressum