Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

POE::Resources

Name POE::Resources
Version 1.368
Located at /usr/share/perl5
File /usr/share/perl5/POE/Resources.pm
Is Core No
Search CPAN for this module POE::Resources
Documentation POE::Resources
Module Details POE::Resources

NAME

POE::Resources - loader of POE resources


SYNOPSIS

  # Intended for internal use by POE::Kernel.
  use POE::Resources;
  POE::Resources->load();


DESCRIPTION

POE::Kernel is internally split into different resources that are separately managed by individual mix-in classes.

POE::Resources is designed as a high-level macro manager for POE::Resource classes. Currently it implements a single method, load(), which loads all the POE::Resource classes.


METHODS

POE::Resources has a public interface, but it is intended to be used internally by POE::Kernel. Application programmers should never need to use POE::Resources directly.

load

POE::Kernel calls load() to loads all the known POE::Resource modules.

Each resource may be handled by a pure perl module, or by an XS module. For each resource class, load() first tries to load the POE::XS::Resource::... version of the module. If that fails, load() falls back to POE::Resource::....


SEE ALSO

See Resources in the POE::Kernel manpage for public information about POE resources.

See the POE::Resource manpage for general discussion about resources and the classes that manage them.


AUTHORS & LICENSING

Please see POE for more information about its authors, contributors, and POE's licensing.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026