]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
perl-WWW-Curl: Update to 4.17.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 4 Apr 2015 16:49:40 +0000 (18:49 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 4 Apr 2015 16:49:40 +0000 (18:49 +0200)
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

index 8a20f72211cdaa148f3557b2046af6a1330226b7..84895f8cd1c89082431a68292a944b11e20465af 100644 (file)
@@ -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