more debu
This commit is contained in:
@@ -18,7 +18,6 @@ install:
|
|||||||
- cpanm --quiet --notest PkgConfig Test::CChecker Alien::zlib::Static Alien::OpenSSL::Static Alien::SNMP::MAXTC
|
- cpanm --quiet --notest PkgConfig Test::CChecker Alien::zlib::Static Alien::OpenSSL::Static Alien::SNMP::MAXTC
|
||||||
before_script:
|
before_script:
|
||||||
- 'cd ${TRAVIS_BUILD_DIR}'
|
- 'cd ${TRAVIS_BUILD_DIR}'
|
||||||
- echo "mibs +ALL" > ~/.snmp/snmp.conf
|
|
||||||
script:
|
script:
|
||||||
- >
|
- >
|
||||||
perl Build.PL &&
|
perl Build.PL &&
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ my $info = SNMP::Info->new(
|
|||||||
MibDirs => [ _build_mibdirs() ],
|
MibDirs => [ _build_mibdirs() ],
|
||||||
IgnoreNetSNMPConf => 1,
|
IgnoreNetSNMPConf => 1,
|
||||||
Debug => 1,
|
Debug => 1,
|
||||||
DebugSNMP => 1,
|
DebugSNMP => 2,
|
||||||
);
|
);
|
||||||
|
|
||||||
ok($info, 'SNMP::Info instantiated');
|
ok($info, 'SNMP::Info instantiated');
|
||||||
|
|||||||
Reference in New Issue
Block a user