Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=876409 --- Comment #5 from Michal Ingeli <mi@xxxxx> --- Still, you don't need to require each module used at runtime, just to build a package. I was able to build this package with as minimum as this: BuildRequires: perl(Crypt::CBC) >= 2.29 BuildRequires: perl(Data::UUID) >= 0.149 BuildRequires: perl(Digest::MD5) >= 2.36 BuildRequires: perl(Digest::SHA) >= 5.45 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MM_Unix) Another thing is, there are bundled modules of Module::Install in 'inc/' added by author via Module::Install. You should remove this and use Module::Install from fedora. In this phase, there will be missing Module::Install::AuthorTests (not in repositories) and probably others (that are not listed above). Or you can disable author_tests in Makefile.PL. This tests are not run anyway. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review