aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add -l option to require libraries during eval.Brian Cully2017-11-121-7/+7
| | | | oops
* Add -l option to require libraries during eval.Brian Cully2017-11-123-9/+14
|
* Dump matcher on timeout.Brian Cully2017-11-121-1/+1
|
* Update README to reflect sample file movement.Brian Cully2017-11-121-1/+1
|
* Have git ignore Makefile.old.Brian Cully2017-11-121-0/+1
| | | | | If you re-run 'perl Makefile.PL', it caches a copy of the old Makefile here.
* Add comment blocks to templates.Brian Cully2017-11-122-1/+6
| | | | Comments are {# some comment} syntax for documentation purposes.
* Use global autoflush.Brian Cully2017-11-121-1/+2
|
* Add tests.Brian Cully2017-11-128-1/+56
| | | | | | | | * 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.
* Remove child handling, replace with pipe signal handling.Brian Cully2017-11-121-8/+12
| | | | | | | | | | 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.
* Use qualified stream tag when expecting stream close.Brian Cully2017-11-124-4/+8
|
* Initial commit.Brian Cully2017-11-1018-0/+485