https://bugzilla.redhat.com/show_bug.cgi?id=1128373 Petr Šabata <psabata@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |psabata@xxxxxxxxxx --- Comment #3 from Petr Šabata <psabata@xxxxxxxxxx> --- (In reply to Hans de Goede from comment #2) > perl beginner question, how did you come to the missing BuildRequires ? You need to go through the perl code and see what modules get actually loaded. Look for the `use', `require' and `no' statements, although there are other ways, too... `use' and `no' are evaluated, unlike `require', at compile time and modules loaded this way will always be needed (if your module gets actually tested). -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review