[Bug 1035139] New: Missing run-time dependency on Time::HiRes module

bugzilla at redhat.com bugzilla at redhat.com
Wed Nov 27 07:19:33 UTC 2013


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

            Bug ID: 1035139
           Summary: Missing run-time dependency on Time::HiRes module
           Product: Fedora
           Version: rawhide
         Component: perl-IPC-RUN3
          Assignee: rc040203 at freenet.de
          Reporter: ppisar at redhat.com
        QA Contact: extras-qa at fedoraproject.org
                CC: perl-devel at lists.fedoraproject.org,
                    rc040203 at freenet.de



Time::HiRes is needed at run time if environment variable IPCRUN3PROFILE or
IPCRUNPROFILE is set to a non zero value. See lib/IPC/Run3.pm:

use constant profiling => $ENV{IPCRUN3PROFILE} || $ENV{IPCRUNPROFILE} || 0;
[...]
BEGIN {
    if ( profiling ) {
        eval "use Time::HiRes qw( gettimeofday ); 1" or die $@;
        [...]
    }
}

I recommend to add `perl(Time::HiRes)' to run-time dependencies of
perl-IPC-Run3 package.

-- 
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=bOwtJZxXfY&a=cc_unsubscribe



More information about the perl-devel mailing list