Closed
Bug 593881
Opened 16 years ago
Closed 16 years ago
Assignment to $[ has been deprecated in Perl 5.12.0
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.2
People
(Reporter: LpSolit, Assigned: LpSolit)
Details
Attachments
(1 file)
|
691 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
Perl 5.12.0 says assignment to $[ has been deprecated. So if I understand this statement correctly, this means you no longer can alter $[ and so it doesn't make sense to use it. There is a single place in the Bugzilla code which uses $[, in relogin.cgi (see bug 312439).
Attachment #472489 -
Flags: review?(mkanat)
Comment 1•16 years ago
|
||
Comment on attachment 472489 [details] [diff] [review]
patch, v1
Yeah, there's no reason to use $[ there.
Attachment #472489 -
Flags: review?(mkanat) → review+
Updated•16 years ago
|
Flags: approval+
Target Milestone: --- → Bugzilla 4.2
| Assignee | ||
Comment 2•16 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified relogin.cgi
Committed revision 7463.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•