junegunn / redis-stat

(UNMAINTAINED) A real-time Redis monitoring tool
MIT License
2.02k stars 339 forks source link

Fixing netpcap subroutine failure (pcap_compile) #67

Closed Bobettemcnugget closed 7 years ago

Bobettemcnugget commented 7 years ago

Hello,

You might want to consider the follwing: use Net::Pcap qw( :functions );

As net-pcap only imports constants by default. May lead to subroutine failures in some environments.

junegunn commented 7 years ago

Wrong repo it seems.