Skip Menu |

This queue is for tickets about the BigIP-iControl CPAN distribution.

Report information
The Basics
Id: 72091
Status: patched
Priority: 0/
Queue: BigIP-iControl

People
Owner: LTP [...] cpan.org
Requestors: oleg.lipovchenko [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.03
Fixed in: 0.04



BigIP-iControl-0.03 Perl v5.8.8 GNU/Linux i686 2.6.18.8 Two issues related with node functions and their documentation: The documentation states that get_node_list() returns a list of node names, but the function actually returns a reference to a list. I use the function like this: my $nodes = $switch->get_node_list(); foreach my $node(@{$nodes}) {...} Second, the 'get_screen_name($node)' function returns an error when calling it with a node string (an IP value): Odd number of elements in hash assignment at /usr/local/share/perl/5.8.8/BigIP/iControl.pm line 1101.
Subject: BigIP-iControl-0.04
On Tue Nov 01 12:01:22 2011, olipovch wrote: Show quoted text
> BigIP-iControl-0.03 > Perl v5.8.8 > GNU/Linux i686 2.6.18.8 > > Two issues related with node functions and their documentation: > > The documentation states that get_node_list() returns a list of node > names, but the function actually returns a reference to a list. I use > the function like this: > > my $nodes = $switch->get_node_list(); > foreach my $node(@{$nodes}) > {...} > > Second, the 'get_screen_name($node)' function returns an error when > calling it with a node string (an IP value): > Odd number of elements in hash assignment at > /usr/local/share/perl/5.8.8/BigIP/iControl.pm line 1101.
Hi Oleg, These problems have been fixed in version 0.04. Cheers,
From: oleg.lipovchenko [...] gmail.com
Confirmed, thank you.