Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 335f06f02664d527781d431ef81828253fc64624
https://github.com/Perl/perl5/commit/335f06f02664d527781d431ef81828253fc64624
Author: Karl Williamson <[email protected]>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M autodoc.pl
Log Message:
-----------
autodoc: Remove useless loop
Commit ef302588bff6e9cead3506a3d6117d3edd1ca9e0 added this loop, but
there was a logic error. It also added a loop above it that completely
empties the hash this loop is iterating over. Hence there is never
anything there by the time this loop is encountered.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications