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. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=W10SQV2hyy&a=cc_unsubscribe -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel