Hi,

While installing Systemd::Daemon through cpanm, perl 5.22.2 I noticed this warning in the build log:

Insecure dependency in system while running with -T switch at /.../perlbrew/perls/perl-5.22.2/lib/site_perl/5.22.2/IPC/Run3.pm line 403.

Looked at line 403 in Run3.pm but it doesn't really tell me anything...
Pasting it in case it is useful even out of context:

402 my $r = ref $cmd 403 ? system { $cmd->[0] } is_win32 ? quote_native( @$cmd + ) : @$cmd 404 : system $cmd;

Hoping to get suggestions on how to decipher that warning, e.g. running -T switch against what app and what is the risk if used?

Edit: Running on Red Hat 7.2

In reply to 'Insecure dependency' warning Systemd::Daemon / IPC::Run3 by nikmit

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.