Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MT#60917 NGCP::Template::Object: Do not use sort on return
The sort function is undefined in scalar context, which means a call site that calls these functions in scalar context will trigger undefined behavior. Sort the result and return the list. Fixes: Subroutines::ProhibitReturnSort Warned-by: perlcritic Change-Id: I355b5e3e412bc91c297a46a73bb6caba6e969f54
- Loading branch information