migrate from EUMM to Module::Build
This commit is contained in:
13
t/00_load.t
Normal file
13
t/00_load.t
Normal file
@@ -0,0 +1,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" );
|
||||
Reference in New Issue
Block a user