File: 01-use.t

package info (click to toggle)
libnet-frame-perl 1.21-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 316 kB
  • sloc: perl: 1,883; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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);