From: epg <> Date: Tue, 27 Aug 2002 02:22:13 +0000 (+0000) Subject: Collapse the two 'use env' pragmas into one. X-Git-Url: https://diplodocus.org/git/minc/commitdiff_plain/55dfc15a0f6848a4f7a8a2971583b764f92ba2d0?ds=inline;hp=3fcd946e4812c1c51d7dc7a122b1ed2ba30bc5f5 Collapse the two 'use env' pragmas into one. --- diff --git a/minc b/minc index 6197d22..cd0b8d6 100755 --- a/minc +++ b/minc @@ -103,8 +103,7 @@ Where mail is delivered. =cut -use Env qw(HOME); -use Env qw(MAILDIR); +use Env qw(HOME MAILDIR); if (not $HOME) { die("HOME environment variable must be set.\n");