Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 5176fc719ec4d9f9aa8276a1589bfe000d9c174f https://github.com/Perl/perl5/commit/5176fc719ec4d9f9aa8276a1589bfe000d9c174f Author: James E Keenan <jkee...@cpan.org> Date: 2022-08-17 (Wed, 17 Aug 2022)
Changed paths: M Porting/Maintainers.pl Log Message: ----------- CUSTOMIZED entry needs relative path from distribution Per Porting/Maintainers.pl, "The path [to an entry in the CUSTOMIZED element of a particular module's entry in %MODULES] should be relative to the distribution directory." In this case, the distribution directory is 'cpan/Filter-Util/', so we have to go up two levels in order to position ourselves to see 'pod/perlfilter.pod'. If not corrected, when running 'perl Porting/sync-with-cpan Filter::Util::Call', we get this message: error: pathspec 'Filter-Util-Call/pod/perlfilter.pod' did not match any file(s) known to git" Not surprisingly, we also get a failure in 't/porting/customized.t' if we don't correct this. Commit: 40666a761f261de4ec02a7fd4e770a48957df7c7 https://github.com/Perl/perl5/commit/40666a761f261de4ec02a7fd4e770a48957df7c7 Author: Reini Urban <rur...@cpan.org> Date: 2022-08-17 (Wed, 17 Aug 2022) Changed paths: M Porting/Maintainers.pl M cpan/Filter-Util-Call/Call.pm M cpan/Filter-Util-Call/Call.xs Log Message: ----------- Filter-Util-Call: sync with CPAN version 1.63 Compare: https://github.com/Perl/perl5/compare/9c811e448b44...40666a761f26