From 702c72e7dcc955d76b106510de720f6dddda5108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Thu, 11 Apr 2019 11:06:40 +0200 Subject: [PATCH] Require Plack::Test for build --- rpm/lemonldap-ng.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/lemonldap-ng.spec b/rpm/lemonldap-ng.spec index ea3322a98..2c1228fc5 100644 --- a/rpm/lemonldap-ng.spec +++ b/rpm/lemonldap-ng.spec @@ -144,6 +144,7 @@ BuildRequires: perl(Plack::Handler::FCGI) BuildRequires: perl(Plack::Middleware) BuildRequires: perl(Plack::Request) BuildRequires: perl(Plack::Runner) +BuildRequires: perl(Plack::Test) BuildRequires: perl(Plack::Util) BuildRequires: perl(Plack::Util::Accessor) BuildRequires: perl(POSIX)