From c7b3509bcf17ccea83643498933c243b71dabaa7 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 7 May 2020 14:45:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20=E2=80=94=20Remove=20duplicate?= =?UTF-8?q?=20feature=20in=20cpanfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cpanfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/cpanfile b/cpanfile index 7a8dd61..ca248b3 100644 --- a/cpanfile +++ b/cpanfile @@ -58,6 +58,3 @@ feature 'mysql', 'MySQL support' => sub { feature 'swift-storage', 'Openstack Swift object storage support' => sub { requires 'Net::OpenStack::Swift'; }; -feature 'test' => sub { - requires 'Devel::Cover'; -};