From 02d98b9ffa9496948ab3e23e1ed20dd113f24b62 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 4 Apr 2015 18:49:40 +0200 Subject: [PATCH] perl-WWW-Curl: Update to 4.17. From now we require a perl(:MODULE_COMPAT_xyz), where xyz contains the perl version and perl API the module has been linked against. This will prevent us in the future to install old perl modules which cannot be executed on more modern API's. --- perl-WWW-Curl/perl-WWW-Curl.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-WWW-Curl/perl-WWW-Curl.nm b/perl-WWW-Curl/perl-WWW-Curl.nm index 8a20f7221..84895f8cd 100644 --- a/perl-WWW-Curl/perl-WWW-Curl.nm +++ b/perl-WWW-Curl/perl-WWW-Curl.nm @@ -4,8 +4,8 @@ ############################################################################### name = perl-WWW-Curl -version = 4.15 -release = 2 +version = 4.17 +release = 1 thisapp = WWW-Curl-%{version} groups = Development/Libraries @@ -37,7 +37,7 @@ end packages package %{name} requires - perl + perl(:MODULE_COMPAT_%{perl_version}) end end -- 2.39.5