http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7560 --- Comment #6 from Chris Cormack <chris@bigballofwax.co.nz> --- (In reply to comment #5)
Is this caused by the fact the code needs C4/SIP adding to the @INC as well as the standard path???
Yep that's it, looks like its a problem with your test suite mason. % perl -c C4/SIP/ILS/Transaction/Renew.pm Can't locate ILS.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at C4/SIP/ILS/Transaction/Renew.pm line 10. BEGIN failed--compilation aborted at C4/SIP/ILS/Transaction/Renew.pm line 10. perl -I C4/SIP -c C4/SIP/ILS/Transaction/Renew.pm Subroutine new redefined at C4/SIP/ILS/Transaction/Renew.pm line 22, <DATA> line 496. Subroutine do_renew_for redefined at C4/SIP/ILS/Transaction/Renew.pm line 34, <DATA> line 496. Subroutine do_renew redefined at C4/SIP/ILS/Transaction/Renew.pm line 57, <DATA> line 496. C4/SIP/ILS/Transaction/Renew.pm syntax OK -- You are receiving this mail because: You are watching all bug changes.