aboutsummaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'config' to 'env'.Brian Cully2017-11-134-6/+6
| | | | | | | "Environment" more accurately reflects its usage, and this opens up "config" for global configuration. * Flags -c -> -e (-config -> -env).
* Perl 5.10.1 compatibility.Brian Cully2017-11-131-3/+5
|
* Add tests.Brian Cully2017-11-124-0/+77
* 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.