Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: b838a0e3350f2be22670403fb9d9b391c57276e6
https://github.com/Perl/perl5/commit/b838a0e3350f2be22670403fb9d9b391c57276e6
Author: Sawyer X <[email protected]>
Date: 2021-12-28 (Tue, 28 Dec 2021)
Changed paths:
M ext/File-Find/lib/File/Find.pm
Log Message:
-----------
Replace bareword filehandle with a lexical scalar:
Bareword filehandles are bad and this module should really remove
this one.
I'm also bumping the version to a stable one because why not.
For: https://github.com/Perl/perl5/pull/19302