migrate from EUMM to Module::Build

This commit is contained in:
Oliver Gorwits
2017-06-28 22:40:15 +01:00
parent 433b87b9df
commit 44b19153f1
132 changed files with 52 additions and 2239 deletions

13
t/00_load.t Normal file
View 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" );