[Koha-bugs] [Bug 8384] Some Perl scripts do not compile

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 9 05:06:59 CEST 2012


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Signed Off
                 CC|                            |chris at bigballofwax.co.nz

--- Comment #2 from Chris Cormack <chris at 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.


More information about the Koha-bugs mailing list