mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
There are two tests with indirect syntax within the File-Find core distribution, which are not using it for the purpose of testing indirect syntax. This commit aims to fix those since that syntax is deprecated (or obsolescent) Also bumps the version to 1.44 Adjust per @ilmari's suggestions Remove extra `use strict;` in `Find.pm` POD formatting improvements Fixes #21577