https://bugzilla.redhat.com/show_bug.cgi?id=1128373

Petr Šabata <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #3 from Petr Šabata <[email protected]> ---
(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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to