[Bug 2392] New [0] array references in Auth.pm "crashing" Koha in Perl 5.10.0
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2392 chris.nighswonger@liblime.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Priority|P3 |PATCH-Sent Resolution| |FIXED ------- Comment #1 from chris.nighswonger@liblime.com 2008-07-23 19:24 ------- It appears that Perl 5.10 does not like ${@$foo}[0] but rather wants $foo->[0] The latter is also much more readable. Patch submitted. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@pippin.metavore.com