summaryrefslogtreecommitdiff
path: root/pod/podchecker.PL
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-02 06:14:44 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-02 06:14:44 +0000
commit27f805f47766187affd2ea71d406ac389f4fe181 (patch)
tree00fbd71f028a2deb76817c1ec92286afced4079f /pod/podchecker.PL
parent664bb207f6bd57f05b66c9abec00898987f7060b (diff)
downloadperl-27f805f47766187affd2ea71d406ac389f4fe181.tar.gz
fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
p4raw-id: //depot/perl@4281
Diffstat (limited to 'pod/podchecker.PL')
-rw-r--r--pod/podchecker.PL5
1 files changed, 1 insertions, 4 deletions
diff --git a/pod/podchecker.PL b/pod/podchecker.PL
index 0d31763879..89c2899248 100644
--- a/pod/podchecker.PL
+++ b/pod/podchecker.PL
@@ -38,10 +38,7 @@ print OUT <<'!NO!SUBS!';
#############################################################################
# podchecker -- command to invoke the podchecker function in Pod::Checker
#
-# Derived from Tom Christiansen's pod2text script.
-# (with extensive modifications)
-#
-# Copyright (c) 1998 Bradford Appleton. All rights reserved.
+# Copyright (c) 1998-1999 by Bradford Appleton. All rights reserved.
# This file is part of "PodParser". PodParser is free software;
# you can redistribute it and/or modify it under the same terms
# as Perl itself.