The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use warnings;
use strict;
use Test::More tests => 2;

BEGIN { use_ok( 'Net::DHCP::Packet' ) or BAIL_OUT('unable to load module') }
BEGIN { use_ok( 'Net::DHCP::Constants' ) or BAIL_OUT('unable to load module') }

diag( "Testing Net::DHCP::Packet $Net::DHCP::Packet::VERSION, Perl $], $^X" );