The XSLoader module from the main package requires the DynaLoader to work properly.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- perl/perl.nm | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/perl/perl.nm b/perl/perl.nm index e61d80a78..5233b652a 100644 --- a/perl/perl.nm +++ b/perl/perl.nm @@ -152,6 +152,9 @@ packages package perl requires perl-libs = %{version}-%{_release} + + # XSLoader requires DynaLoader + perl(DynaLoader) end
conflicts
Acked-by: Bernhard Bitsch bbitsch@ipfire.org
Am 19.01.2023 um 17:04 schrieb Stefan Schantl:
The XSLoader module from the main package requires the DynaLoader to work properly.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org
perl/perl.nm | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/perl/perl.nm b/perl/perl.nm index e61d80a78..5233b652a 100644 --- a/perl/perl.nm +++ b/perl/perl.nm @@ -152,6 +152,9 @@ packages package perl requires perl-libs = %{version}-%{_release}
# XSLoader requires DynaLoader
perl(DynaLoader)
end
conflicts