FreeBSD Bugzilla – Attachment 179313 Details for
Bug 216465
devel/cvsweb3 - broken with perl 5.24 due to use of 'defined'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
This is a patch for cvsweb.cgi to remove the use of 'defined' on line 2954.
cvsweb.cgi.diff (text/plain), 326 bytes, created by
Vinny Abello
on 2017-01-25 17:26:16 UTC
(
hide
)
Description:
This is a patch for cvsweb.cgi to remove the use of 'defined' on line 2954.
Filename:
MIME Type:
Creator:
Vinny Abello
Created:
2017-01-25 17:26:16 UTC
Size:
326 bytes
patch
obsolete
>--- cvsweb.cgi.orig 2017-01-25 12:04:22.568302000 -0500 >+++ cvsweb.cgi 2017-01-25 12:04:39.400303000 -0500 >@@ -2951,7 +2951,7 @@ > print "<br />\n"; > > print '<i>'; >- if (defined @mytz) { >+ if (@mytz) { > my ($est) = $mytz[(localtime($date{$_}))[8]]; > print scalar localtime($date{$_}), " $est</i> ("; > } else {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 216465
: 179313