Portable multitasking and networking framework for Perl

Edit Package perl-POE
http://search.cpan.org/perldoc?POE

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.

Refresh
Refresh
Source Files
Filename Size Changed
POE-1.312.tar.bz2 0000292392 286 KB
perl-POE.changes 0000008696 8.49 KB
perl-POE.spec 0000003895 3.8 KB
Revision 17 (latest revision is 40)
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 17)
- update to 1.312:
  + fix getnameinfo() return values 
  + Add stack traces to _data_handle_remove() failures
  + Add note about Perl 5.6 issues with '>&' open mode
    and other documentation enhancements
  + Bump Term::Cap prereq to 1.10
  + add proper checks for ipv6 stuff in Makefile.PL
  + Rework Apocalypse's blocking(0) change to avoid code BLOCKs.
  + Make transpose-chars work when cursor is at end of line
  + Reinstate transposition regex which failed on 5.004_05
  + remove obsolete code and comments pertaining perl-5.005
  + add missing POE_DANTIC env check
  + Make Time::HiRes a mandatory dependency
- fixed source0 URL
- added HTTP::Request, Socket::GetAddrInfo, Term::Cap and Term::Size 
  to BuildRequires to run more tests
- recommend HTTP::Request
Comments 0
openSUSE Build Service is sponsored by