Quoting Olaf Hering <olaf@aepfle.de>:
Is there a reason why the required modules of a perl script are not encoded in the Requires of a package? In the example below I would expect a Requires: perl(Data::Dumper) to be included in inst-source-utils to pull in all required packages to actually run the script.
/usr/lib/rpm/fileattrs/perl.attr says:
cat perl.attr # disabled for now #%__perl_requires %{_rpmconfigdir}/perl.req %__perl_magic ^.*[Pp]erl .*$ %__perl_flags exeonly
=> the file is part of the rpm package itself. so having it disabled means no package will add any requires for perl() deps (except if there is a different logic somewhere) Dominique -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org