summaryrefslogtreecommitdiff
path: root/pod/pod2usage.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/pod2usage.PL
parent664bb207f6bd57f05b66c9abec00898987f7060b (diff)
downloadperl-27f805f47766187affd2ea71d406ac389f4fe181.tar.gz
fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
p4raw-id: //depot/perl@4281
Diffstat (limited to 'pod/pod2usage.PL')
-rw-r--r--pod/pod2usage.PL5
1 files changed, 1 insertions, 4 deletions
diff --git a/pod/pod2usage.PL b/pod/pod2usage.PL
index adf49bd69d..24e93fa350 100644
--- a/pod/pod2usage.PL
+++ b/pod/pod2usage.PL
@@ -39,10 +39,7 @@ print OUT <<'!NO!SUBS!';
#############################################################################
# pod2usage -- command to print usage messages from embedded pod docs
#
-# Derived from Tom Christiansen's pod2text script.
-# (with extensive modifications)
-#
-# Copyright (c) 1996 Bradford Appleton. All rights reserved.
+# Copyright (c) 1996-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.