[Bug 1128373] Review Request: perl-Audio-Cuefile-Parser - Perl cuefile parser module

bugzilla at redhat.com bugzilla at redhat.com
Tue Aug 12 11:12:20 UTC 2014


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

Petr Šabata <psabata at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |psabata at redhat.com



--- Comment #3 from Petr Šabata <psabata at redhat.com> ---
(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


More information about the perl-devel mailing list