[Koha-bugs] [Bug 2392] New [0] array references in Auth.pm "crashing" Koha in Perl 5.10.0

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Thu Jul 24 04:24:56 CEST 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2392


chris.nighswonger at liblime.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           Priority|P3                          |PATCH-Sent
         Resolution|                            |FIXED




------- Comment #1 from chris.nighswonger at 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.



More information about the Koha-bugs mailing list