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

Petr Pisar <ppi...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |needinfo?(p...@city-fan.org
                   |                            |)



--- Comment #6 from Petr Pisar <ppi...@redhat.com> ---
Any reason why to run-require IPC::Run? IPC::Cmd uses IPC::Open3 on non-Windows
instead. See the BEGIN section in IPC::Cmd:

    $USE_IPC_RUN    = IS_WIN32 && !IS_WIN98;
    $USE_IPC_OPEN3  = not IS_VMS;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to