File: 00-load.t

package info (click to toggle)
libsnmp-info-perl 3.20-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,896 kB
  • ctags: 1,290
  • sloc: perl: 21,211; makefile: 2; sh: 1
file content (13 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (3)
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" );