nonnymoose / xsr

X Steps Recorder
MIT License
80 stars 17 forks source link

Random order in usage message #86

Closed lezsakdomi closed 6 years ago

lezsakdomi commented 6 years ago

Basically this shouldn't be a problem.

But unfortunately interferes with make maint.

What should we use? Ordered hash or sort on keys?

nonnymoose commented 6 years ago

It looks like ordered hash requires loading a CPAN module. In the interest of keeping it portable, I recommend sorting on keys when printing the help text, since that won't slow down any other part of the program.