Skip Menu |

This queue is for tickets about the AHA CPAN distribution.

Report information
The Basics
Id: 97274
Status: new
Priority: 0/
Queue: AHA

People
Owner: Nobody in particular
Requestors: mail [...] m3d1c5.org
Cc:
AdminCc:

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



Subject: $aha->list() problem
Date: Wed, 16 Jul 2014 11:30:27 +0200
To: bug-AHA [...] rt.cpan.org
From: Christian <mail [...] m3d1c5.org>
Hi guys! I have the same problem as Marcus in Bug #94480 but with AHA Version 0.55 ######################### #!/usr/bin/perl use AHA; use feature qw(say); $aha = new AHA("fritz.box","s!cr!t") # Everything looks good. The login is logged in the FRITZ!Box Log. my $switches = $aha->list(); # nothing happens; the script hangs. ############### System information: Perl-Version: perl 5, version 14, subversion 2 (v5.14.2) built for arm-linux-gnueabihf-thread-multi-64int OS-Version: Raspbian GNU/Linux 7 (wheezy) Linux 3.12.24+ #693 PREEMPT Sat Jul 5 15:25:33 BST 2014 armv6l GNU/Linux AHA-Version: R/RO/ROLAND/AHA-0.55.tar.gz /usr/local/share/perl/5.14.2/AHA.pm Installed: 0.55 CPAN: 0.55 up to date Roland Huss (ROLAND) roland@cpan.org FRITZ!Box-Version: FRITZ!Box Fon WLAN 7270 v2 FRITZ!OS 06.05 Any ideas whats going wrong here? Best regards Christian