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@xxxxxxxxxx Reporter: ppisar@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, rc040203@xxxxxxxxxx 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 -- 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