Files
ports/net/p5-Net-DHCP/patches/patch-t_103-real-nak_t
T
2026-05-27 21:01:46 +00:00

15 lines
392 B
Plaintext

Net::Frame::Simple has a long dependency chain, avoid porting, skip tests
Index: t/103-real-nak.t
--- t/103-real-nak.t.orig
+++ t/103-real-nak.t
@@ -5,6 +5,8 @@ use Test::More tests => 21;
use Test::Warn qw( warning_like );
use FindBin ();
+use Test::Requires qw(Net::Frame::Simple);
+
BEGIN { use_ok('Net::DHCP::Packet'); }
BEGIN { use_ok('Net::DHCP::Constants', ':bootp_codes'); }