about summary refs log tree commit homepage
path: root/ci
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-11-29 12:25:08 +0000
committerEric Wong <e@80x24.org>2019-12-12 03:51:18 +0000
commit56643bfddba2f7bca60955e5c48435fe58cc8e1c (patch)
tree5a193061fa4d55572189e8adf32a3464e2a9c108 /ci
parentb474aff922a07da7c4d9db00dec9cebb4744aa8c (diff)
downloadpublic-inbox-56643bfddba2f7bca60955e5c48435fe58cc8e1c.tar.gz
-mda should not be dealing with broken Date: headers
nowadays, and deprioritize it in our documentation and
internal checks.
Diffstat (limited to 'ci')
-rwxr-xr-xci/deps.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deps.perl b/ci/deps.perl
index ae6083b9..330ba2f3 100755
--- a/ci/deps.perl
+++ b/ci/deps.perl
@@ -19,7 +19,6 @@ my $profiles = {
         essential => [ qw(
                 git
                 perl
-                Date::Parse
                 Devel::Peek
                 Digest::SHA
                 Email::Simple
@@ -34,6 +33,7 @@ my $profiles = {
 
         # everything optional for normal use
         optional => [ qw(
+                Date::Parse
                 BSD::Resource
                 DBD::SQLite
                 DBI