Skip Menu |

This queue is for tickets about the net-tacacsplus CPAN distribution.

Report information
The Basics
Id: 42613
Status: resolved
Worked: 30 min
Priority: 0/
Queue: net-tacacsplus

People
Owner: jozef [...] kutej.net
Requestors: rt.cpan.org [...] malignity.net
Cc:
AdminCc:

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



Subject: code example in synopsis fails to print response args
This code doesn't work as expected: print join("\n", @{$args_response}); For example, this code does have the expected result: map { print "\t$_\n" } @args_response; The fact that the example code doesn't work can lead to much frustration when trying to set up a TACACS+ configuration - wondering why there are no response values! FYI: OS: Linux (Ubuntu Intrepid) Perl: $ perl -v This is perl, v5.10.0 built for i486-linux-gnu-thread-multi Kind regards, Yvan
Sorry, forgot to mention where it was: Net::TacacsPlus::Client -Yvan
Yes there was an error in synopsis but using "use strict;" should reveal it. Just uploaded 1.08 that has the correction.
Download commit-db4b18c
application/octet-stream 966b

Message body not shown because it is not plain text.