In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b3452811f8922b43b170b4acf9945a0a9d3563dc?hp=fbdbf2a79d38d2449f683ab906a46280b6e5e7ae>
- Log ----------------------------------------------------------------- commit b3452811f8922b43b170b4acf9945a0a9d3563dc Author: Yves Orton <[email protected]> Date: Thu Jun 15 03:35:04 2017 +0200 add File::Glob changes to perldelta ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b3f80cc93f..c9de9b1aef 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -202,7 +202,9 @@ There may well be none in a stable release. =item * -XXX +File::Glob has been modified to remove unnecessary backtracking and +recursion, thanks to Russ Cox. See L<https://research.swtch.com/glob> +for more details. =back -- Perl5 Master Repository
