POE 1.367
Files
- CHANGES
- HISTORY
- MANIFEST
- MANIFEST.SKIP
- META.json
- META.yml
- Makefile.PL
- README
- TODO
- examples/README.samples
- examples/create.perl
- examples/fakelogin.perl
- examples/forkbomb.perl
- examples/names.perl
- examples/objmaps.perl
- examples/objsessions.perl
- examples/packagesessions.perl
- examples/queue.perl
- examples/selects.perl
- examples/sessions.perl
- examples/signals.perl
- examples/tcp_watermarks.perl
- examples/thrash.perl
- examples/watermarks.perl
- examples/wheels2.perl
- lib/POE.pm
- lib/POE/Component.pm
- lib/POE/Component/Client/TCP.pm
- lib/POE/Component/Server/TCP.pm
- lib/POE/Driver.pm
- lib/POE/Driver/SysRW.pm
- lib/POE/Filter.pm
- lib/POE/Filter/Block.pm
- lib/POE/Filter/Grep.pm
- lib/POE/Filter/HTTPD.pm
- lib/POE/Filter/Line.pm
- lib/POE/Filter/Map.pm
- lib/POE/Filter/RecordBlock.pm
- lib/POE/Filter/Reference.pm
- lib/POE/Filter/Stackable.pm
- lib/POE/Filter/Stream.pm
- lib/POE/Kernel.pm
- lib/POE/Loop.pm
- lib/POE/Loop/IO_Poll.pm
- lib/POE/Loop/PerlSignals.pm
- lib/POE/Loop/Select.pm
- lib/POE/NFA.pm
- lib/POE/Pipe.pm
- lib/POE/Pipe/OneWay.pm
- lib/POE/Pipe/TwoWay.pm
- lib/POE/Queue.pm
- lib/POE/Queue/Array.pm
- lib/POE/Resource.pm
- lib/POE/Resource/Aliases.pm
- lib/POE/Resource/Clock.pm
- lib/POE/Resource/Events.pm
- lib/POE/Resource/Extrefs.pm
- lib/POE/Resource/FileHandles.pm
- lib/POE/Resource/SIDs.pm
- lib/POE/Resource/Sessions.pm
- lib/POE/Resource/Signals.pm
- lib/POE/Resources.pm
- lib/POE/Session.pm
- lib/POE/Test/Sequence.pm
- lib/POE/Wheel.pm
- lib/POE/Wheel/Curses.pm
- lib/POE/Wheel/FollowTail.pm
- lib/POE/Wheel/ListenAccept.pm
- lib/POE/Wheel/ReadLine.pm
- lib/POE/Wheel/ReadWrite.pm
- lib/POE/Wheel/Run.pm
- lib/POE/Wheel/SocketFactory.pm
- mylib/Devel/Null.pm
- mylib/ForkingDaemon.pm
- mylib/MyOtherFreezer.pm
- mylib/PoeBuildInfo.pm
- mylib/coverage.perl
- mylib/cpan-test.perl
- mylib/events_per_second.pl
- mylib/gen-tests.perl
- mylib/svn-log.perl
- t/00_info.t
- t/10_units/01_pod/01_pod.t
- t/10_units/01_pod/02_pod_coverage.t
- t/10_units/01_pod/03_pod_no404s.t
- t/10_units/01_pod/04_pod_linkcheck.t
- t/10_units/02_pipes/01_base.t
- t/10_units/02_pipes/02_oneway.t
- t/10_units/02_pipes/03_twoway.t
- t/10_units/03_base/01_poe.t
- t/10_units/03_base/03_component.t
- t/10_units/03_base/04_driver.t
- t/10_units/03_base/05_filter.t
- t/10_units/03_base/06_loop.t
- t/10_units/03_base/07_queue.t
- t/10_units/03_base/08_resource.t
- t/10_units/03_base/09_resources.t
- t/10_units/03_base/10_wheel.t
- t/10_units/03_base/11_assert_usage.t
- t/10_units/03_base/12_assert_retval.t
- t/10_units/03_base/13_assert_data.t
- t/10_units/03_base/14_kernel.t
- t/10_units/03_base/15_kernel_internal.t
- t/10_units/03_base/16_nfa_usage.t
- t/10_units/03_base/17_detach_start.t
- t/10_units/04_drivers/01_sysrw.t
- t/10_units/05_filters/01_block.t
- t/10_units/05_filters/02_grep.t
- t/10_units/05_filters/03_http.t
- t/10_units/05_filters/04_line.t
- t/10_units/05_filters/05_map.t
- t/10_units/05_filters/06_recordblock.t
- t/10_units/05_filters/07_reference.t
- t/10_units/05_filters/08_stream.t
- t/10_units/05_filters/50_stackable.t
- t/10_units/05_filters/51_reference_die.t
- t/10_units/05_filters/99_filterchange.t
- t/10_units/05_filters/TestFilter.pm
- t/10_units/06_queues/01_array.t
- t/10_units/07_exceptions/01_normal.t
- t/10_units/07_exceptions/02_turn_off.t
- t/10_units/07_exceptions/03_not_handled.t
- t/10_units/08_loops/01_explicit_loop.t
- t/10_units/08_loops/02_explicit_loop_fail.t
- t/10_units/08_loops/03_explicit_loop_poll.t
- t/10_units/08_loops/04_explicit_loop_envvar.t
- t/10_units/08_loops/05_kernel_loop.t
- t/10_units/08_loops/06_kernel_loop_poll.t
- t/10_units/08_loops/07_kernel_loop_fail.t
- t/10_units/08_loops/08_kernel_loop_search_poll.t
- t/10_units/08_loops/09_naive_loop_load.t
- t/10_units/08_loops/10_naive_loop_load_poll.t
- t/10_units/08_loops/11_double_loop.t
- t/20_resources/00_base/aliases.pm
- t/20_resources/00_base/caller_state.pm
- t/20_resources/00_base/events.pm
- t/20_resources/00_base/extrefs.pm
- t/20_resources/00_base/extrefs_gc.pm
- t/20_resources/00_base/filehandles.pm
- t/20_resources/00_base/sessions.pm
- t/20_resources/00_base/sids.pm
- t/20_resources/00_base/signals.pm
- t/90_regression/agaran-filter-httpd.t
- t/90_regression/averell-callback-ret.t
- t/90_regression/bingos-followtail.t
- t/90_regression/broeren-win32-nbio.t
- t/90_regression/cfedde-filter-httpd.t
- t/90_regression/ferrari-server-unix.t
- t/90_regression/grinnz-die-in-die.t
- t/90_regression/hinrik-wheel-run-die.t
- t/90_regression/kjeldahl-stop-start-polling.t
- t/90_regression/kjeldahl-stop-start-sig-nopipe.t
- t/90_regression/kjeldahl-stop-start-sig-pipe.t
- t/90_regression/leolo-sig-die.t
- t/90_regression/meh-startstop-return.t
- t/90_regression/neyuki_detach.t
- t/90_regression/pipe-followtail.t
- t/90_regression/prumike-win32-stat.t
- t/90_regression/rt14444-arg1.t
- t/90_regression/rt1648-tied-stderr.t
- t/90_regression/rt19908-merlyn-stop.t
- t/90_regression/rt23181-sigchld-rc.t
- t/90_regression/rt47966-sigchld.t
- t/90_regression/rt56417-wheel-run.t
- t/90_regression/rt65460-forking.t
- t/90_regression/socketfactory-timeout.t
- t/90_regression/somni-poco-server-tcp.t
- t/90_regression/steinert-passed-wheel.t
- t/90_regression/suzman_windows.t
- t/90_regression/ton-stop-corruption.t
- t/90_regression/tracing-sane-exit.t
- t/90_regression/whelan-dieprop.t
- t/90_regression/whjackson-followtail.t