Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37858172
en ru br
ALT Linux repos
S:1.370-alt1
5.0: 1.003-alt1.1

Group :: Development/Perl
RPM: perl-POE

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.003-alt1.1
Build date: 6 october 2008, 23:44 ( 813.4 weeks ago )
Size: 340.02 Kb

Home page:   http://search.cpan.org/dist/POE/

License: Artistic
Summary: A portable networking and multitasking framework
Description:

POE is a framework for cooperative, event driven multitasking and
networking in Perl.  Other languages have similar frameworks.  Python
has Twisted.  TCL has "the event loop".

POE originally was developed as the core of a persistent object server
and runtime environment.  It has since evolved into something much
more generic and widely useful.

POE provides a unified interface for several other event loops,
including select(), IO::Poll, Glib, Gtk, Tk, Wx,
Gtk2, and so on.
Check the CPAN for the full list of POE::Loop modules.

POE is designed in layers, each building atop the lower level ones.
Programs are free to use POE at any level of abstraction, and
different levels can be mixed and matched seamlessly within a single
program.

POE's bundled abstraction layers are the tip of a growing iceberg.
Sprocket, POE::Stage, and other CPAN distributions build upon this
work.  You're encouraged to look around.

No matter how high you go, though, it all boils down to calls to
POE::Kernel.  So your down-to-earth code can easily cooperate
with stratospheric systems.

Current maintainer: Michael Bochkaryov

List of contributors

List of rpms provided by this srpm:

  • perl-POE
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin