summaryrefslogtreecommitdiff
path: root/lib/Pod/t/man.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-25 19:20:15 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-25 19:20:15 +0000
commitf011ec7d875a16a3b68226895fa8fc9035bb6e2e (patch)
tree64858c0b0f2e8edaca3aebdec0ecccb2af93cebc /lib/Pod/t/man.t
parentaefe6dfccddf8cd17a61950ab2c2f527a046180c (diff)
downloadperl-f011ec7d875a16a3b68226895fa8fc9035bb6e2e.tar.gz
Upgrade to podlators 1.22.
p4raw-id: //depot/perl@17354
Diffstat (limited to 'lib/Pod/t/man.t')
-rw-r--r--lib/Pod/t/man.t14
1 files changed, 12 insertions, 2 deletions
diff --git a/lib/Pod/t/man.t b/lib/Pod/t/man.t
index 5171cc6d13..8bf7abdcba 100644
--- a/lib/Pod/t/man.t
+++ b/lib/Pod/t/man.t
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# $Id: man.t,v 1.1 2002/01/02 09:03:28 eagle Exp $
+# $Id: man.t,v 1.2 2002/06/23 19:16:25 eagle Exp $
#
# man.t -- Additional specialized tests for Pod::Man.
#
@@ -17,7 +17,7 @@ BEGIN {
}
unshift (@INC, '../blib/lib');
$| = 1;
- print "1..2\n";
+ print "1..3\n";
}
END {
@@ -84,3 +84,13 @@ gcc \- GNU project C and C++ compiler
.IX Header " NOTES"
Other mentions of \*(C+.
###
+
+###
+=head1 PERIODS
+
+This C<.> should be quoted.
+###
+.SH "PERIODS"
+.IX Header "PERIODS"
+This \f(CW\*(C`.\*(C'\fR should be quoted.
+###