I concur with LanX. What's your question? Perlmonks is not a bugtracker; bugs in Net::Packet should be reported here.

That said, I'm 99.9% sure this isn't one. Look at the message you're getting. The reason you can't install Net::Packet is that several modules it depends on are not present, among them Net::Write. The reason that can't be installed is that Net::Pcap is either not present or not working.

I assume that after your problems with Net::Pcap (Not able to install Net::Pcap in MAC OS Mavericks), you force installed it? Don't do that, unless you really know what you're doing; if the tests are failing, there's a reason for that, and the module should most likely not be installed.

I'd suggest going back to Net::Pcap and trying to get that installed properly. We might even be able to help, as long as post your question effectively:

In particular, please share the messages you're getting -- all of them.


In reply to Re: Perl module need regular maintenance. They are not functioning as desired to be. by AppleFritter
in thread Perl module need regular maintenance. They are not functioning as desired to be. by waytoperl

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.