[
https://issues.apache.org/jira/browse/VCL-702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240327#comment-14240327
]
ASF subversion and git services commented on VCL-702:
-----------------------------------------------------
Commit 1644246 from [~arkurth] in branch 'vcl/trunk'
[ https://svn.apache.org/r1644246 ]
VCL-702
Renamed mixed-case hash keys in DataStructure.pm's $SUBROUTINE_MAPPINGS hash:
server_request_fixedIP > server_request_fixed_ip
server_request_DNSservers > server_request_dns_servers
server_request_fixedMAC > server_request_fixed_mac
user_usePublicKeys > user_use_public_keys
user_sshPublicKeys > user_ssh_public_keys
log_remoteIP > log_remote_ip
sublog_IPaddress > sublog_ip_address
Updated locations where these are used.
Cleaned up lots of poor indentation.
Other
Added "no warnings 'redefine';" to Semaphore.pm. If you tried to run it
directly warnings would appear to to a require loop with Module.pm.
> Rework code to use new subroutines and objects & general code cleanup
> ---------------------------------------------------------------------
>
> Key: VCL-702
> URL: https://issues.apache.org/jira/browse/VCL-702
> Project: VCL
> Issue Type: Improvement
> Components: vcld (backend)
> Affects Versions: 2.3
> Reporter: Andy Kurth
> Assignee: Andy Kurth
> Priority: Minor
> Fix For: 2.4
>
>
> There are various places in the code where some old code is being used which
> can be replaced with newer improved code. This issue is a catch-all for
> these.
> Examples:
> run_ssh_command -> $self->execute
> code_loop_timeout
> ALL PLACES WHERE 'GOTO' IS USED!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)