]> git.donarmstrong.com Git - perltidy.git/commit
move search for files defined by a glob upstream
authorSteve Hancock <perltidy@users.sourceforge.net>
Sun, 6 Oct 2024 21:44:52 +0000 (14:44 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sun, 6 Oct 2024 21:44:52 +0000 (14:44 -0700)
commit277150e7857dbcbcc63f9e2cb5dcecb4866aac89
treec662094dd5a8b361ec8fd63cf832610eab142ca0
parente7a38502807b2e5141714ac7845a2b68329f7ebb
move search for files defined by a glob upstream

Previously, files discovered with an input wildcard were not
sorted by size if requested. Also, this changed allows an
error message in the event that no matching files are found.
lib/Perl/Tidy.pm