]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
perl: Re-enable file provides
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 3 Mar 2023 11:03:23 +0000 (11:03 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Mar 2023 13:09:32 +0000 (13:09 +0000)
They are required by at least vim

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
perl/perl.nm

index 949dc9b31635431ceadc9451d06dd67073695049..18c4c65a281a82a56a3b0ca228c87aa135e48b57 100644 (file)
@@ -10,7 +10,7 @@ ver_plevel = 0
 version    = %{ver_major}.%{ver_minor}.%{ver_plevel}
 
 # Never reset release in this package, just increase.
-release    = 2
+release    = 2.1
 
 thisver    = %{version}-%{_release}
 
@@ -179,43 +179,42 @@ packages
                        perl(:WITH_PERLIO)
 
                        # File provides
-                       #perl(abbrev.pl)
-                       #perl(assert.pl)
-                       #perl(bigfloat.pl)
-                       #perl(bigint.pl)
-                       #perl(bigrat.pl)
-                       #perl(bytes_heavy.pl)
-                       #perl(cacheout.pl)
-                       #perl(complete.pl)
-                       #perl(ctime.pl)
-                       #perl(dotsh.pl)
-                       #perl(dumpvar.pl)
-                       #perl(exceptions.pl)
-                       #perl(fastcwd.pl)
-                       #perl(find.pl)
-                       #perl(finddepth.pl)
-                       #perl(flush.pl)
-                       #perl(ftp.pl)
-                       #perl(getcwd.pl)
-                       #perl(getopt.pl)
-                       #perl(getopts.pl)
-                       #perl(hostname.pl)
-                       #perl(importenv.pl)
-                       #perl(look.pl)
-                       #perl(newgetopt.pl)
-                       #perl(open2.pl)
-                       #perl(open3.pl)
-                       #perl(perl5db.pl)
-                       #perl(pwd.pl)
-                       #perl(shellwords.pl)
-                       #perl(stat.pl)
-                       #perl(syslog.pl)
-                       #perl(tainted.pl)
-                       #perl(termcap.pl)
-                       #perl(timelocal.pl)
-                       #perl(utf8_heavy.pl)
-                       #perl(validate.pl)
-                       #perl(strict)
+                       perl(abbrev.pl)
+                       perl(assert.pl)
+                       perl(bigfloat.pl)
+                       perl(bigint.pl)
+                       perl(bigrat.pl)
+                       perl(bytes_heavy.pl)
+                       perl(cacheout.pl)
+                       perl(complete.pl)
+                       perl(ctime.pl)
+                       perl(dotsh.pl)
+                       perl(dumpvar.pl)
+                       perl(exceptions.pl)
+                       perl(fastcwd.pl)
+                       perl(find.pl)
+                       perl(finddepth.pl)
+                       perl(flush.pl)
+                       perl(ftp.pl)
+                       perl(getcwd.pl)
+                       perl(getopt.pl)
+                       perl(getopts.pl)
+                       perl(hostname.pl)
+                       perl(importenv.pl)
+                       perl(look.pl)
+                       perl(newgetopt.pl)
+                       perl(open2.pl)
+                       perl(open3.pl)
+                       perl(perl5db.pl)
+                       perl(pwd.pl)
+                       perl(shellwords.pl)
+                       perl(stat.pl)
+                       perl(syslog.pl)
+                       perl(tainted.pl)
+                       perl(termcap.pl)
+                       perl(timelocal.pl)
+                       perl(utf8_heavy.pl)
+                       perl(validate.pl)
                end
        end