File: 00-load.t

package info (click to toggle)
libnet-route-perl 0.02-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 335; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!perl -T

use strict;
use warnings;
use Test::More tests => 2;

BEGIN {
    use_ok( 'Net::Route' );
    use_ok( 'Net::Route::Table' );
}

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