[MacPorts] #52358: skey @1.1.5_1: fixpaths uses deprecated "defined" Perl function

MacPorts noreply at macports.org
Tue Oct 4 20:42:11 CEST 2016


#52358: skey @1.1.5_1: fixpaths uses deprecated "defined" Perl function
------------------------+----------------------
  Reporter:  beckers@…  |      Owner:  larryv@…
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.3.4
Resolution:             |   Keywords:  haspatch
      Port:  skey       |
------------------------+----------------------

Comment (by devans@…):

 Both defined(@array) and defined(%hash) are no longer allowed in recent
 perl versions. Generally these can be replaced by just @array or %hash.
 To be specific, they are deprecated in 5.18 and will give a warning
 message.  Beginning with 5.22 it's an error.

-- 
Ticket URL: <https://trac.macports.org/ticket/52358#comment:7>
MacPorts <https://www.macports.org/>
Ports system for the Mac operating system



More information about the macports-tickets mailing list