From 11dbeb27414c386316496ef2fa7f35ce1fa3a065 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 12 Apr 2012 15:44:02 +0100 Subject: [PATCH] [3497004] Clarify POD description of default values (a2w) --- ChangeLog | 1 + Info.pm | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3210fe90..2b1e16f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,7 @@ version 2.07 () * [3076592] Not an ARRAY reference in Info.pm (Oliver Gorwits) * [3136084] Rename Allied Telesyn to Allied Telesis (Oliver Gorwits) * [3268104] CiscoVTP.pm i_vlan_membership() array bounds (Michael Sanderson) + * [3497004] Clarify POD description of default values (a2w) version 2.06 (2011-09-28) diff --git a/Info.pm b/Info.pm index d281059e..21d7b543 100644 --- a/Info.pm +++ b/Info.pm @@ -828,14 +828,14 @@ SNMP::Info Specific Arguments : Returns an object of a more specific device class -(default on) +(default 1, which means "on") =item BigInt Return Math::BigInt objects for 64 bit counters. Sets on a global scope, not object. -(default off) +(default 0, which means "off") =item BulkWalk @@ -843,7 +843,7 @@ Set to C<0> to turn off BULKWALK commands for SNMPv2 connections. Note that BULKWALK is turned off for Net-SNMP versions 5.1.x because of a bug. -(default on) +(default 1, which means "on") =item BulkRepeaters @@ -861,14 +861,14 @@ operation, Net-SNMP's internal bulkwalk function must detect the loop. Set to C<0> to turn off loop detection. -(default on) +(default 1, which measn "on") =item Debug Prints Lots of debugging messages. Pass 2 to print even more debugging messages. -(default off) +(default 0, which means "off") =item DebugSNMP @@ -890,7 +890,7 @@ such variable in this MIB". Set to false if so desired. This feature lets you read SNMPv2 data from an SNMP version 1 connection, and should probably be left on. -(default true) +(default 1, which means "on") =item Session