Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 3ba9bc53be8a9aa29f1b8cdace189e92045bc08f
https://github.com/Perl/perl5/commit/3ba9bc53be8a9aa29f1b8cdace189e92045bc08f
Author: James E Keenan <[email protected]>
Date: 2020-12-23 (Wed, 23 Dec 2020)
Changed paths:
M Porting/pod_rules.pl
Log Message:
-----------
Porting/pod_rules.pl: no '--test' command-line switch
As is illustrated by the following (trimmed) invocation:
./perl -Ilib Porting/pod_rules.pl --test
Unknown option: test
... there is no '--test' option available for this program. Remove
inaccurate inline documentation.
In partial satisfaction of https://github.com/Perl/perl5/issues/18413.