With that said, whom should I open a bug report with?

Net::Ping is a part of perl core, so you can send your bug report as an email to perlbug@perl.org .
AFTERTHOUGHT: I just noticed that perl core currently (perl-5.27.7) has Net-Ping-2.62 - so you probably should check and see what its behaviour is prior to reporting.
UPDATE: I finally got around to checking the behaviour with Net-Ping-2.62, and it does have the same buggy behaviour as you reported for 2.63.
Most people would file that email by running the perlbug command - as that ensures that all relevant information about your system and perl itself are included in your report

Note that there are 2 ways that this bug could be fixed:
1) Restore the previous behaviour of ping();
2) Alter the documentation of ping() to match the current behaviour.
So it's not guaranteed that the behaviour of ping() will be reverted to its earlier form.
However, back-compatibility considerations should provide an incentive to go with 1)

Cheers,
Rob

In reply to Re^5: Net::Ping 2.63 Failing by syphilis
in thread Net::Ping 2.63 Failing by g_speran

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.