Changes for version 0.003
- Updates and fixes to documentation.
- Unify license/author/copyright to main file.
Changes for version 0.002_01
- Add more core roles for use by extensions which need to make a connection.
- Rename to Message::Passing, as it's a better description of what we do, and will cause less confusion with other projects.
Documentation
table of contents for Message::Passing documentation
The concepts behind the framework
Common recipies
Modules
a simple way of doing messaging.
An easy way to make chains of Message::Passing components.
Build a set of chains using symbolic names
Filter all messages out.
Delay messages for some time.
Filter a subset of messages out.
Filter no messages out.
Send a message stream to multiple outputs.
File tailing input
Null input
STDIN input
Output to call back into your code
File output
/dev/null for messages
STDOUT output
Output for use in unit tests
A simple manager for inputs and outputs that need to make network connections.
Role for components which have a connection
Consumes messages
Handy role for building messaging scripts.
Provides
in lib/Message/Passing/Role/CLIComponent.pm
in lib/Message/Passing/Types.pm