Put the examples in a directory just for them. |
|
More...
|
about 16 years ago
|
Fix a warning that META.yml was missing. |
|
More...
|
about 16 years ago
|
Add a quick round of documentation, and edit some code and examples for brevity. |
|
More...
|
about 16 years ago
|
Begin documentation. |
|
More...
|
about 16 years ago
|
Allow setup attribute option to contain constructor parameters. |
|
More...
|
about 16 years ago
|
Update requirements from local, paper notes. Vim outliner says I'm 54% done. :) |
|
More...
|
about 16 years ago
|
Give the fourth sortie a new name. It's 53% done now! |
|
More...
|
about 16 years ago
|
Support POE components that require registration, such as POE::Component::IRC. |
|
More...
|
about 16 years ago
|
Support posting events to POE components from stages. |
|
More...
|
about 16 years ago
|
Rename example 11 to follow a new class of component interface examples. The goal is to show how POE::Stage can talk to POE components. |
|
More...
|
about 16 years ago
|
Postbacks solved. Mark it off the list. |
|
More...
|
about 16 years ago
|
Support POE::Components that wish to be given postbacks. |
|
More...
|
about 16 years ago
|
Describe this example, and add stricture. |
|
More...
|
about 16 years ago
|
Go into more detail about how to interface to existing POE components, Sessions and Wheels. |
|
More...
|
about 16 years ago
|
Propose an alternate name. Consider the caveats of forking to start a new session. |
|
More...
|
about 16 years ago
|
Note that MDNS may be used to find remote objects. |
|
More...
|
about 16 years ago
|
Fix tab damage. |
|
More...
|
about 16 years ago
|
We're 41% complete so far. |
|
More...
|
about 16 years ago
|
Create a "setup" attribute trait that works kinda like default, but happens at BUILD time. Works around initializer, builder and default constraints. |
|
More...
|
about 16 years ago
|
Port the TTL examples from poetalk to POE::Stage emitters and observers. The new versions fail for the same reasons as before: There is no clock to drive "electrical" signal propagation, so non-trivial recursive circuits fire out of order. The results are unstable and incorrect. |
|
More...
|
about 16 years ago
|
Cache event and role to avoid some overhead in repeated emit() calls. Add (and comment out) experimental edge-detection code. This avoids re-emitting a message when an emitter is set to its current value. |
|
More...
|
about 16 years ago
|
Add the capability for an object member (attribute) to emit messages when altered. |
|
More...
|
about 16 years ago
|
Remove hardcoded 'child' attribute name. D'oh! Thanks again, Sartak. |
|
More...
|
about 16 years ago
|
Cosmetic whitespace change. |
|
More...
|
about 16 years ago
|
Hide POE::Kernel->run() behind Stage->run_all(). |
|
More...
|
about 16 years ago
|
Add an Observer trait. Stages are automatically observed when they are stored in attributes with this trait. The observation role is the attribute name by default. |
|
More...
|
about 16 years ago
|
Fix a comment. D'oh. |
|
More...
|
about 16 years ago
|
Refactor to use call_gate() more. Hoist signal parameters outside the delivery loop, thanks to Matt Trout. |
|
More...
|
about 16 years ago
|
Check off new accomplishments, and add new requirements that came up. |
|
More...
|
about 16 years ago
|
Add a signal watcher class, and port POE::Wheel wrappers forward. |
|
More...
|
about 16 years ago
|