README.pod (perl-5.35.9.tar.xz) | : | README.pod (perl-5.35.10.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 36 | skipping to change at line 36 | |||
=head2 F<bisect-example.sh>, F<bisect.pl> and F<bisect-runner.pl> | =head2 F<bisect-example.sh>, F<bisect.pl> and F<bisect-runner.pl> | |||
Use C<git bisect> to pinpoint changes. | Use C<git bisect> to pinpoint changes. | |||
=head2 F<bump-perl-version> | =head2 F<bump-perl-version> | |||
A utility to find, and optionally bump, references to the perl version | A utility to find, and optionally bump, references to the perl version | |||
number in various files within the perl source. | number in various files within the perl source. | |||
=head2 F<check83.pl> | ||||
Performs pathname portability checks, including whether there are naming | ||||
conflicts when names are truncated to the DOSish, case-ignoring 8.3 format. | ||||
=head2 F<checkansi.pl> | =head2 F<checkansi.pl> | |||
Check source code for ANSI-C violations. | Check source code for ANSI-C violations. | |||
=head2 F<checkAUTHORS.pl> | =head2 F<checkAUTHORS.pl> | |||
Used by F<t/porting/authors.t> to ensure the F<AUTHORS> list is up to date. | Used by F<t/porting/authors.t> to ensure the F<AUTHORS> list is up to | |||
date. See also L<< /"F<updateAUTHORS.pl>" >> for a way to automatically | ||||
fix issues found by this tool. | ||||
=head2 F<checkcfguse.pl> | =head2 F<checkcfguse.pl> | |||
Check where the symbols defined in the various F<config.sh>-clones | Check where the symbols defined in the various F<config.sh>-clones | |||
are being used. VMS is probably not handled properly here. | are being used. VMS is probably not handled properly here. | |||
=head2 F<checkcfgvar.pl> | =head2 F<checkcfgvar.pl> | |||
Check that the various F<config.sh>-clones have (at least) all the same | Check that the various F<config.sh>-clones have (at least) all the same | |||
symbols as the top-level F<config_h.SH> so that the (potentially) needed | symbols as the top-level F<config_h.SH> so that the (potentially) needed | |||
skipping to change at line 384 | skipping to change at line 381 | |||
=head2 F<todo.pod> | =head2 F<todo.pod> | |||
This is a list of wishes for Perl. The most up-to-date version of this file is | This is a list of wishes for Perl. The most up-to-date version of this file is | |||
at L<https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. | at L<https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. | |||
The tasks we think are smaller or easier are listed first. Anyone is welcome | The tasks we think are smaller or easier are listed first. Anyone is welcome | |||
to work on any of these, but it's a good idea to first contact | to work on any of these, but it's a good idea to first contact | |||
I<perl5-porters@perl.org> to avoid duplication of effort, and to learn from | I<perl5-porters@perl.org> to avoid duplication of effort, and to learn from | |||
any previous attempts. | any previous attempts. | |||
=head2 F<updateAUTHORS.pl> | ||||
This script will automatically update AUTHORS and create .mailmap entries | ||||
based on the git commit log history. If F<checkAUTHORS.pl> complains | ||||
during testing you should run this. It will automatically fix most if not | ||||
all AUTHORS related test fails. | ||||
=head2 F<valgrindpp.pl> | =head2 F<valgrindpp.pl> | |||
A post-processor for C<make test.valgrind>. F<valgrindpp.pl> is a | A post-processor for C<make test.valgrind>. F<valgrindpp.pl> is a | |||
post-processor for F<.valgrind> files created during C<make test.valgrind>. It | post-processor for F<.valgrind> files created during C<make test.valgrind>. It | |||
collects all these files, extracts most of the information and produces a | collects all these files, extracts most of the information and produces a | |||
significantly shorter summary of all detected memory access errors and memory | significantly shorter summary of all detected memory access errors and memory | |||
leaks. | leaks. | |||
=head2 F<vote_admin_guide.pod> | =head2 F<vote_admin_guide.pod> | |||
End of changes. 3 change blocks. | ||||
6 lines changed or deleted | 10 lines changed or added |