Skip to content

Commit

Permalink
Initial Event support; new Tk test; more manpage revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed May 22, 2000
1 parent d8788af commit 9573d8c
Show file tree
Hide file tree
Showing 7 changed files with 535 additions and 116 deletions.
24 changes: 20 additions & 4 deletions Changes
Expand Up @@ -16,18 +16,34 @@ make dist on it! 0.0910 is ``v0_0910''! For example:
,----- To Do -----
|
| Create a test program for fork and sigchld.
| Still can't get Event to compile on 5.6.0+OS/2 or 5.005+61+FreeBSD;
| be sure to mark Event experimental in the new documentation.
| Make a test for Tk.
| Turn SocketFactory's sample program into a test case
| Make a test for Event, when it can be made to work.
| Split the samples out into a separate distribution.
|
`-----------------


0.1005 2000.??.??
-----------------

I forgot to document POE::Session's constructors. Big oops there.
Now they are, sort of.

Rewrote the POE::Wheel POD.

Found the Perl symbols that weren't being exported for OS/2 and AIX
(and maybe Windows). Fixed makedef.pl to export them, and now Event
builds and tests ok. Sweet! Added initial Event support to
POE::Kernel and removed the Event caveats throughout POE's
documentation. This is experimental until a proper test can be made.

Added t/06_tk.t to test Tk support.


0.1004 2000.05.21
-----------------

Rewrote the POE, POE::Kernel and POE::Session manpages. Documented Tk
Rewrote the POE, POE::Kernel and POE::Session PODs. Documented Tk
support. Documented Event support, but it's not in yet.

t/04_select.t assumed that two-argument syswrite was legal, but it
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -62,3 +62,4 @@ t/02_alarms.t
t/03_aliases.t
t/04_selects.t
t/05_macros.t
t/06_tk.t
2 changes: 1 addition & 1 deletion lib/POE.pm
Expand Up @@ -903,6 +903,7 @@ progress report:
README rewritten 2000.05.16
POE::Kernel rewritten 2000.05.19
POE::Session rewritten 2000.05.21
POE::Wheel rewritten 2000.05.22
POE::Component queued
POE::Component::Server::TCP queued
Expand All @@ -914,7 +915,6 @@ progress report:
POE::Filter::Reference queued
POE::Filter::Stream queued
POE::Preprocessor queued
POE::Wheel queued
POE::Wheel::FollowTail queued
POE::Wheel::ListenAccept queued
POE::Wheel::ReadWrite queued
Expand Down

0 comments on commit 9573d8c

Please sign in to comment.