[Perl/perl5] 5ec10d: perlsource: fix Porting/Maintainers invocation
[email protected] (Lukas Mai via perl5-changes)
| Newsgroups | perl.perl5.changes |
|---|---|
| Message-ID | <Perl/perl5/push/refs/heads/blead/[email protected]> |
Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 5ec10d1a61a2989bbd08f7894db92e5a60bf3043
https://github.com/Perl/perl5/commit/5ec10d1a61a2989bbd08f7894db92e5a60bf3043
Author: Lukas Mai <[email protected]>
Date: 2026-08-10 (Mon, 10 Aug 2026)
Changed paths:
M pod/perlsource.pod
Log Message:
-----------
perlsource: fix Porting/Maintainers invocation
The suggested '-M' option doesn't work:
$ perl Porting/Maintainers -M ExtUtils::ParseXS
Option m is ambiguous (maintainer, module)
Porting/Maintainers: Usage:
--maintainer M | --module M [--files]
List modules or maintainers matching the pattern M.
With --files, list all the files associated with them
or
--check | --checkmani [commit | file ... | dir ... ]
Check consistency of Maintainers.pl
with a file checks if it has a maintainer
with a dir checks all files have a maintainer
with a commit checks files modified by that commit
no arg checks for multiple maintainers
--checkmani is like --check, but only reports on unclaimed
files if they are in MANIFEST
or
--opened | file ....
List the module ownership of modified or the listed files
Matching is case-ignoring regexp, author matching is both by
the short id and by the full name and email. A "module" may
not be just a module, it may be a file or files or a subdirectory.
The options may be abbreviated to their unique prefixes
To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications