mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
15 lines
424 B
Plaintext
15 lines
424 B
Plaintext
Net::Frame::Simple has a long dependency chain, avoid porting, skip tests
|
|
|
|
Index: t/106-discover-offer-o60-o43-o82.t
|
|
--- t/106-discover-offer-o60-o43-o82.t.orig
|
|
+++ t/106-discover-offer-o60-o43-o82.t
|
|
@@ -4,6 +4,8 @@ use warnings;
|
|
use Test::More tests => 4;
|
|
use FindBin ();
|
|
|
|
+use Test::Requires qw(Net::Frame::Simple);
|
|
+
|
|
BEGIN { use_ok('Net::DHCP::Packet'); }
|
|
BEGIN { use_ok('Net::DHCP::Constants', ':bootp_codes'); }
|
|
|