In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1bd8383db6113a25e846d3e8a13d7c65c294c226?hp=84788b0ad520f8ccb85c0aebc0f12136e3c26ee7>
- Log ----------------------------------------------------------------- commit 1bd8383db6113a25e846d3e8a13d7c65c294c226 Author: Smylers <[email protected]> Date: Thu Sep 5 11:29:15 2013 +0100 Make perltodo.pod match other deleted documents Have the title make clear it's now only a link to the to-do list. Re-arrange the body content so the most useful thing â the link to the current to-do list â is first and the history afterwards. For RT #119615. M pod/perltodo.pod commit 7365d585765841125374b780703baeca920cc5eb Author: Smylers <[email protected]> Date: Thu Sep 5 11:26:50 2013 +0100 Add titles to deleted OO docs Helpful somebody who encounters these documents or their titles realize they contain links to where current information can be found. For RT #119615, based on Father Chrysostomos's comment in RT #119571. M pod/perlboot.pod M pod/perlbot.pod M pod/perltooc.pod M pod/perltoot.pod commit 1046f9234103f32787e2b431f282ae56033db402 Author: Smylers <[email protected]> Date: Thu Sep 5 11:14:04 2013 +0100 Add missing word For RT #119615. M pod/perltodo.pod commit 9ab63835b425c49bac54a64208c75fb08a1523f9 Author: Smylers <[email protected]> Date: Thu Sep 5 11:01:53 2013 +0100 List deleted docs alphabetically perlrepository was added at the end in 5edbc4ff, when I apparently failed to notice the list was in alphabetical order. For RT #119615. M pod/perl.pod ----------------------------------------------------------------------- Summary of changes: pod/perl.pod | 2 +- pod/perlboot.pod | 5 ++++- pod/perlbot.pod | 5 ++++- pod/perltodo.pod | 9 +++++---- pod/perltooc.pod | 5 ++++- pod/perltoot.pod | 5 ++++- 6 files changed, 22 insertions(+), 9 deletions(-) diff --git a/pod/perl.pod b/pod/perl.pod index 7ff91e4..b14624d 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -268,10 +268,10 @@ aux a2p c2ph h2ph h2xs perlbug pl2pm pod2html pod2man s2p splain xsubpp perlboot perlbot + perlrepository perltodo perltooc perltoot - perlrepository =for buildtoc __END__ diff --git a/pod/perlboot.pod b/pod/perlboot.pod index 15b7117..8259998 100644 --- a/pod/perlboot.pod +++ b/pod/perlboot.pod @@ -2,11 +2,14 @@ =head1 NAME -perlboot - This document has been deleted +perlboot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlobj>. +(The above documents supersede the tutorial that was formerly here in +perlboot.) + =cut diff --git a/pod/perlbot.pod b/pod/perlbot.pod index 2e8c680..cbf6649 100644 --- a/pod/perlbot.pod +++ b/pod/perlbot.pod @@ -2,11 +2,14 @@ =head1 NAME -perlbot - This document has been deleted +perlbot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlobj>. +(The above documents supersede the collection of tricks that was formerly here +in perlbot.) + =cut diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 524a501..2011e1d 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -1,10 +1,11 @@ =head1 NAME -perltodo - Perl TO-DO List +perltodo - Link to the Perl to-do list =head1 DESCRIPTION -We no longer install the Perl 5 to-do list as a manpage, as installing -snapshot that becomes increasingly out of date isn't that useful to anyone. -The current Perl 5 to-do list is maintained in the git repository, and can +The Perl 5 to-do list is maintained in the git repository, and can be viewed at L<http://perl5.git.perl.org/perl.git/blob/HEAD:/Porting/todo.pod> + +(The to-do list used to be here in perltodo. That has stopped, as installing a +snapshot that becomes increasingly out of date isn't that useful to anyone.) diff --git a/pod/perltooc.pod b/pod/perltooc.pod index 3516325..b6a1764 100644 --- a/pod/perltooc.pod +++ b/pod/perltooc.pod @@ -2,11 +2,14 @@ =head1 NAME -perltooc - This document has been deleted +perltooc - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlobj>. +(The above documents supersede the tutorial that was formerly here in +perltooc.) + =cut diff --git a/pod/perltoot.pod b/pod/perltoot.pod index c896290..468dcae 100644 --- a/pod/perltoot.pod +++ b/pod/perltoot.pod @@ -2,11 +2,14 @@ =head1 NAME -perltoot - This document has been deleted +perltoot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlobj>. +(The above documents supersede the tutorial that was formerly here in +perltoot.) + =cut -- Perl5 Master Repository
