File: 00-load.t

package info (click to toggle)
libnet-cidr-set-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 292 kB
  • sloc: perl: 1,116; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
use Test::More tests => 3;

BEGIN {
  use_ok( 'Net::CIDR::Set' );
  use_ok( 'Net::CIDR::Set::IPv4' );
  use_ok( 'Net::CIDR::Set::IPv6' );
}

diag( "Testing Net::CIDR::Set $Net::CIDR::Set::VERSION" );