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/108-discover-offer-o12-o55-o61.t
|
|
--- t/108-discover-offer-o12-o55-o61.t.orig
|
|
+++ t/108-discover-offer-o12-o55-o61.t
|
|
@@ -4,6 +4,8 @@ use warnings;
|
|
use Test::More tests => 6;
|
|
use FindBin ();
|
|
|
|
+use Test::Requires qw(Net::Frame::Simple);
|
|
+
|
|
BEGIN { use_ok('Net::DHCP::Packet'); }
|
|
BEGIN { use_ok('Net::DHCP::Constants', ':bootp_codes'); }
|
|
|