kohabug 2392 Changing array dereferencing syntax
authorChris Nighswonger <chris.nighswonger@liblime.com>
Thu, 24 Jul 2008 02:23:35 +0000 (21:23 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 24 Jul 2008 16:26:16 +0000 (11:26 -0500)
commit542c54e067e75d6c0f9fa470241541db35c34e02
tree3c723e18dc56bcb3962be58d1750d884d3d0e18c
parentcf3ba2a822824cae90239dfb454517cc15c6ebbc
kohabug 2392 Changing array dereferencing syntax

It appears that Perl 5.10 does not like ${@$foo}[0] but rather wants $foo->[0]
The latter is also much more readable. This patch makes the change.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Auth.pm
C4/VirtualShelves.pm
C4/VirtualShelves/Page.pm