summaryrefslogtreecommitdiff
path: root/pod/perlpodspec.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-01-08 10:41:56 -0700
committerKarl Williamson <khw@cpan.org>2017-01-08 10:49:23 -0700
commit33874d2ee2164003685ac15eb106c9356ccf586e (patch)
tree7f952631b87a53b73396182fb6e258851189abc8 /pod/perlpodspec.pod
parent98c155b53e21e5d8931df3c4340b2b3f986d3ac7 (diff)
downloadperl-33874d2ee2164003685ac15eb106c9356ccf586e.tar.gz
perlpodspec: Note Pod::Simple instead of Pod::Parser
Pod::Parser is on its way out from core. This changes the text to correspond.
Diffstat (limited to 'pod/perlpodspec.pod')
-rw-r--r--pod/perlpodspec.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod
index d1ea88003c..4fea607ba5 100644
--- a/pod/perlpodspec.pod
+++ b/pod/perlpodspec.pod
@@ -837,7 +837,7 @@ is noncompliant behavior.)
Authors of Pod formatters/processors should make every effort to
avoid writing their own Pod parser. There are already several in
CPAN, with a wide range of interface styles -- and one of them,
-Pod::Parser, comes with modern versions of Perl.
+Pod::Simple, comes with modern versions of Perl.
=item *