| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
"Environment" more accurately reflects its usage, and this opens up
"config" for global configuration.
* Flags -c -> -e (-config -> -env).
|
|
|
|
|
|
| |
Don't do the require inside a package block, since that syntax is not
supported on at at least 5.10.1. Since 'require' is lexical scope
anyway, this wasn't required.
|
| |
|
| |
|
|
|
|
| |
oops
|
| |
|
| |
|
|
|
|
| |
Comments are {# some comment} syntax for documentation purposes.
|
| |
|
|
|
|
|
|
|
|
| |
* Add simple INSTALL document.
* Add Makefile.PL for make support.
* Moved sample files to t/fixtures.
* Add version to xmpt executable.xmpt
* Add tests for sample CLI run.
|
|
|
|
|
|
|
|
|
|
| |
We don't actually care about the child, really, just ability to read
and write, so SIGPIPE is more appropriate.
Currently, ignore SIGPIPE during write operations, to support just
spamming input for protocol dump testing. This should be a flag in the
future, but for now, as long as there's a match step with a thunk,
it'll get caught there.
|
| |
|
|
|