File: 00_load.t

package info (click to toggle)
libsnmp-info-perl 3.65-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,052 kB
  • sloc: perl: 33,997; makefile: 2; sh: 1
file content (13 lines) | stat: -rw-r--r-- 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/perl
# 00-load.t - Test loading of SNMP::Info
# $Id$

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

BEGIN {
	use_ok( 'SNMP::Info' );
}

diag( "Testing SNMP::Info $SNMP::Info::VERSION, Perl $], $^X" );