The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Test;
BEGIN { plan(tests => 1) }

use Net::Frame;
use Net::Frame::Layer qw(:consts :subs);
use Net::Frame::Layer::IPv4 qw(:consts);
use Net::Frame::Layer::TCP qw(:consts);
use Net::Frame::Layer::UDP qw(:consts);
use Net::Frame::Layer::ETH qw(:consts);
use Net::Frame::Layer::ARP qw(:consts);
use Net::Frame::Layer::NULL qw(:consts);
use Net::Frame::Layer::RAW qw(:consts);
use Net::Frame::Layer::SLL qw(:consts);
use Net::Frame::Layer::PPP qw(:consts);

ok(1);