#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