From 33f88cb5e4bee066d1b4f23ce1706221b82fd668 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 18 Sep 2003 17:10:57 +0000 Subject: [PATCH] mailsort: Note dependency on libtimedate-perl. --- mailsort | 1 + 1 file changed, 1 insertion(+) diff --git a/mailsort b/mailsort index cca0d64..5456d3e 100755 --- a/mailsort +++ b/mailsort @@ -1,4 +1,5 @@ #! /usr/bin/perl -w +# Depends: libtimedate-perl use strict; use Date::Parse; -- 2.30.2