diff options
author | Brian Cully <bjc@kublai.com> | 2015-10-20 10:51:11 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2015-10-20 12:08:36 -0400 |
commit | f887806c5989fc3e5c86107d6ff945a6fc63b05c (patch) | |
tree | 433bd701b6b03e6b1ebd0d800e6469aef61cc3e7 /t/delivert | |
parent | b22b545fbe0f9d58792fd6b9659dd5013459c66d (diff) | |
download | spamcat-f887806c5989fc3e5c86107d6ff945a6fc63b05c.tar.gz spamcat-f887806c5989fc3e5c86107d6ff945a6fc63b05c.zip |
Various changes.
* Use `env' to find perl binary.
* Change flag --dumpconfig to command.
* Add `dump' command to output table in tab-delimited format.
* Update documentation.
Diffstat (limited to 't/delivert')
-rwxr-xr-x | t/delivert | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use Email::Simple; use IO::File; |