From 7c6e47d89e38bc26462fe1166e80750c0c0eaa57 Mon Sep 17 00:00:00 2001 From: Timofey Potapov <timofey.potapov@otrs.com> Date: Tue, 5 Nov 2024 14:02:34 +0100 Subject: [PATCH] Added dep Text::CSV_XS. --- Build.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Build.PL b/Build.PL index 1c7e6a4..41f150c 100755 --- a/Build.PL +++ b/Build.PL @@ -72,6 +72,7 @@ my $builder = $class->new( 'Set::Scalar' => '0', 'Sub::Util' => '0', 'Term::Table' => '0', + 'Text::CSV_XS' => '0', 'Tiny::Prof' => '0.03', 'YAML::XS' => '0', },