mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
15 lines
392 B
Plaintext
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'); }
|
|
|