From f887806c5989fc3e5c86107d6ff945a6fc63b05c Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Tue, 20 Oct 2015 10:51:11 -0400 Subject: 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. --- t/delivert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/delivert') diff --git a/t/delivert b/t/delivert index 63c3864..794e0a1 100755 --- a/t/delivert +++ b/t/delivert @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use Email::Simple; use IO::File; -- cgit v1.2.3