http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8384

Chris Cormack <ch...@bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Signed Off
                 CC|                            |ch...@bigballofwax.co.nz

--- Comment #2 from Chris Cormack <ch...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to