Hi, I'm in the middle of my first Koha install. I'm running on CentOS 5.7 with perl 5.8.8. The Koha INSTALL file says 'You need to have a server running perl 5.8.8 or later', but 'make test' is failing due to perl 5.10-isms (eg C4/Search.pm line 497 'unless ( $data ~~ @used_datas )'. I'm on a server being used for other things and really don't want to try using a non-package-managed perl. Are the 5.10-isms few and far between, in which case I can probably patch round them, or would I be better regressing to an older version? If so, which is the most recent version I can use without perl 5.10 dependencies? Thanks Graham
2011/10/18 Seaman, Graham <Graham.Seaman@rhul.ac.uk>:
Hi,
I'm in the middle of my first Koha install. I'm running on CentOS 5.7 with perl 5.8.8. The Koha INSTALL file says 'You need to have a server running perl 5.8.8 or later',
but 'make test' is failing due to perl 5.10-isms (eg C4/Search.pm line 497 'unless ( $data ~~ @used_datas )'.
I believe we actually require 5.10 at this point. The INSTALL files should be updated to reflect that. IIRC 3.2.x was the last branch that used 5.8.8. Kind Regards, Chris
participants (2)
-
Chris Nighswonger -
Seaman, Graham