diff options
author | Smylers <Smylers@stripey.com> | 2013-09-05 11:26:50 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-09-05 06:20:01 -0700 |
commit | 7365d585765841125374b780703baeca920cc5eb (patch) | |
tree | eda2f9c634ca02192f1cdab7577afab0fc9a3eea /pod | |
parent | 1046f9234103f32787e2b431f282ae56033db402 (diff) | |
download | perl-7365d585765841125374b780703baeca920cc5eb.tar.gz |
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.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlboot.pod | 5 | ||||
-rw-r--r-- | pod/perlbot.pod | 5 | ||||
-rw-r--r-- | pod/perltooc.pod | 5 | ||||
-rw-r--r-- | pod/perltoot.pod | 5 |
4 files changed, 16 insertions, 4 deletions
diff --git a/pod/perlboot.pod b/pod/perlboot.pod index 15b7117823..825999802a 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 2e8c68021c..cbf6649b7e 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/perltooc.pod b/pod/perltooc.pod index 3516325530..b6a17644e6 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 c89629036c..468dcaef32 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 |