Skip Menu |

This queue is for tickets about the Net-SNMP-Mixin-IpCidrRouteTable CPAN distribution.

Report information
The Basics
Id: 89522
Status: resolved
Priority: 0/
Queue: Net-SNMP-Mixin-IpCidrRouteTable

People
Owner: Nobody in particular
Requestors: retvari [...] tmit.bme.hu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: typo in documentation
Date: Tue, 15 Oct 2013 13:14:53 +0200
To: bug-Net-SNMP-Mixin-IpCidrRouteTable [...] rt.cpan.org
From: Gabor Retvari <retvari [...] tmit.bme.hu>
Dear Maintainer, the example this line: my @routes = get_ip_cidr_route_table(); should be corrected to: my @routes = $session->get_ip_cidr_route_table(); otherwise you get "Undefined subroutine &main::get_ip_cidr_route_table called" error. g.
thanks for reporting, fixed in 0.04 soon on CPAN Am Di 15. Okt 2013, 07:15:20, retvari@tmit.bme.hu schrieb: Show quoted text
> Dear Maintainer, > > the example this line: > > my @routes = get_ip_cidr_route_table(); > > should be corrected to: > > my @routes = $session->get_ip_cidr_route_table(); > > otherwise you get "Undefined subroutine &main::get_ip_cidr_route_table > called" > error. > > g.
Subject: Re: [rt.cpan.org #89522] typo in documentation
Date: Tue, 15 Oct 2013 18:53:06 +0200
To: bug-Net-SNMP-Mixin-IpCidrRouteTable [...] rt.cpan.org
From: Gabor Retvari <retvari [...] tmit.bme.hu>
On Tuesday, October 15, 2013 11:09:34 you wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=89522 > > > thanks for reporting, fixed in 0.04 soon on CPAN
wow, that was fast! by the way, thank you very much for the code: it spared me quite a lot of time, by not having to deal with parsing the SNMP IpCidrRouteTable result from Net::SNMP. g.