Skip Menu |

This queue is for tickets about the RT-Extension-TimeTracking CPAN distribution.

Report information
The Basics
Id: 118108
Status: resolved
Priority: 0/
Queue: RT-Extension-TimeTracking

People
Owner: Nobody in particular
Requestors: chickingbottom [...] edgecommunications.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Bareword error
Date: Tue, 27 Sep 2016 21:09:15 +0000
To: "bug-RT-Extension-TimeTracking [...] rt.cpan.org" <bug-RT-Extension-TimeTracking [...] rt.cpan.org>
From: Chris Hickingbottom <chickingbottom [...] edgecommunications.com>
I am getting a Bareword error after installing the extension in 4.2 Here is the error in the error log: [12762] [Tue Sep 27 18:41:42 2016] [error]: Error during compilation of /opt/rt4/local/plugins/RT-Extension-TimeTracking/html/Callbacks/RT-Extension-TimeTracking/Ticket/Elements/ShowBasics/EndOfList: Bareword found where operator expected at /opt/rt4/local/plugins/RT-Extension-TimeTracking/html/Callbacks/RT-Extension-TimeTracking/Ticket/Elements/ShowBasics/EndOfList line 36, near "s/:/\\:/gr" syntax error at /opt/rt4/local/plugins/RT-Extension-TimeTracking/html/Callbacks/RT-Extension-TimeTracking/Ticket/Elements/ShowBasics/EndOfList line 36, near "s/:/\\:/gr" 35 # Escape : so id declaration is parsed properly 36 my $cf_style = $cf_name =~ s/:/\\:/gr; CONFIDENTIALITY NOTICE This email message from Edge Communications is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email, permanently delete this email and its attachments from all storage devices and destroy all copies that exist on any other medium.

Message body is not shown because it is too large.

A perl 5.14 feature was added which caused errors in perl 5.10. That bit of code has been re-worked to work on 5.10 in version 0.09. On Tue Sep 27 17:09:49 2016, chickingbottom@edgecommunications.com wrote: Show quoted text
> I am getting a Bareword error after installing the extension in 4.2 > > Here is the error in the error log: > > [12762] [Tue Sep 27 18:41:42 2016] [error]: Error during compilation > of /opt/rt4/local/plugins/RT-Extension-TimeTracking/html/Callbacks/RT- > Extension-TimeTracking/Ticket/Elements/ShowBasics/EndOfList: > Bareword found where operator expected at /opt/rt4/local/plugins/RT- > Extension-TimeTracking/html/Callbacks/RT-Extension- > TimeTracking/Ticket/Elements/ShowBasics/EndOfList line 36, near > "s/:/\\:/gr" > syntax error at /opt/rt4/local/plugins/RT-Extension- > TimeTracking/html/Callbacks/RT-Extension- > TimeTracking/Ticket/Elements/ShowBasics/EndOfList line 36, near > "s/:/\\:/gr" > > 35 # Escape : so id declaration is parsed properly > 36 my $cf_style = $cf_name =~ s/:/\\:/gr; > > CONFIDENTIALITY NOTICE > This email message from Edge Communications is for the sole use of the > intended recipient(s) and may contain confidential and privileged > information. Any unauthorized review, use, disclosure or distribution > is prohibited. If you are not the intended recipient, please contact > the sender by reply email, permanently delete this email and its > attachments from all storage devices and destroy all copies that exist > on any other medium.