File: 00.load.t

package info (click to toggle)
libnet-dhcp-perl 0.696%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 316 kB
  • sloc: perl: 1,964; makefile: 8
file content (8 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
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" );