http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8384 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |chris@bigballofwax.co.nz --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> --- Before the patch perl -I ../../ -c text-extract2.pl Bareword "TmplTokenType::TAG" not allowed while "strict subs" in use at text-extract2.pl line 45. Bareword "TmplTokenType::TEXT_PARAMETRIZED" not allowed while "strict subs" in use at text-extract2.pl line 53. text-extract2.pl had compilation errors. perl -c misc/cronjobs/thirdparty/TalkingTech_itiva_inbound.pl syntax error at misc/cronjobs/thirdparty/TalkingTech_itiva_inbound.pl line 67, near "$IN open" Global symbol "$IN" requires explicit package name at misc/cronjobs/thirdparty/TalkingTech_itiva_inbound.pl line 67. misc/cronjobs/thirdparty/TalkingTech_itiva_inbound.pl had compilation errors. After the patch perl -I ../../ -c text-extract2.pl text-extract2.pl syntax OK perl -c misc/cronjobs/thirdparty/TalkingTech_itiva_inbound.pl misc/cronjobs/thirdparty/TalkingTech_itiva_inbound.pl syntax OK -- You are receiving this mail because: You are watching all bug changes.