Subject: | Option to return items in order? |
I always forget what comes after foo, bar, bar, qux, quux, ... 'meta foo 10' doesn't help me because it returns items in random. So I usually peek the source of Acme::MetaSyntactic::foo (thankfully I have pmless with tab completin so typing it isn't too painful: 'pmless ac/me/fo<tab>'.
Would you consider adding an option to return items in order? How about when $count is negative, the items are returned in order? Or perhaps there could be another argument/option to name(), or new().