diff --git a/system/base/pisi/files/perlmodules_fix_Build_PL.patch b/system/base/pisi/files/perlmodules_fix_Build_PL.patch
new file mode 100644
index 00000000..d6670570
--- /dev/null
+++ b/system/base/pisi/files/perlmodules_fix_Build_PL.patch
@@ -0,0 +1,13 @@
+diff --git a/pisi/actionsapi/perlmodules.py b/pisi/actionsapi/perlmodules.py
+index cd59b76..2bfb9d5 100644
+--- a/pisi/actionsapi/perlmodules.py
++++ b/pisi/actionsapi/perlmodules.py
+@@ -72,7 +72,7 @@ def install(parameters = 'install'):
+ if system('make %s' % parameters):
+ raise InstallError, _('Make failed.')
+ else:
+- if system('perl Build install'):
++ if system('perl Build install %s' % parameters):
+ raise MakeError, _('perl install failed.')
+
+ removePacklist()
diff --git a/system/base/pisi/pspec.xml b/system/base/pisi/pspec.xml
index 5aaac792..2950a070 100644
--- a/system/base/pisi/pspec.xml
+++ b/system/base/pisi/pspec.xml
@@ -26,6 +26,7 @@
0001-PackageKit-Search-Bug-Fix.patch
pot_file_and_ru_translation.patch
qt6-actionsapi.patch
+ perlmodules_fix_Build_PL.patch
@@ -76,6 +77,13 @@
+
+ 2022-11-19
+ 2.7.2
+ Rebuild perlmodules.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-10-05
2.7.2