L<B::Deparse> module has been significantly enhanced. It now
can deparse almost all of the standard test suite (so that the
-tests still succeed).
+tests still succeed). There is a make target "test.deparse"
+for trying this out.
=item *
=item *
-Use of the F<gprof> tool to profile Perl has been documented in L<perlhack>.
+Use of the F<gprof> tool to profile Perl has been documented in
+L<perlhack>. There is a make target "perl.gprof" for generating a
+gprofiled Perl executable.
=back
=item *
-AIX should now work better with gcc. Also longdouble support in
-AIX should be better now.
+AIX should now work better with gcc. Also longdouble support in AIX
+should be better now. See L<perlaix>.
=item *
=item *
-DG/UX platform now supports the 5.005-style threads.
+DG/UX platform now supports the 5.005-style threads. See L<perldgux>.
=item *
-Several MacOS (Classic) portability patches have been applied.
-We hope to get a fully working port by 5.8.0. (The remaining
-problems relate to the changed IO model of Perl.)
+Several MacOS (Classic) portability patches have been applied. We
+hope to get a fully working port by 5.8.0. (The remaining problems
+relate to the changed IO model of Perl.) See L<perlmacos>.
=item *
=item *
-NetWare from Novell is now supported.
+NetWare from Novell is now supported. See L<perlnetware>.
=item *