summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Hargreaves <dom@earth.li>2012-02-11 14:13:07 -0700
committerKarl Williamson <public@khwilliamson.com>2012-02-11 14:35:46 -0700
commitc0e71a27c71a8acdad1dc8cbbd6847eba1a34890 (patch)
tree46b2f78111178499b3e019bcaef886e528805808
parentc62c3cd07f97b4f83d6278278d1396aa599ed89e (diff)
downloadperl-c0e71a27c71a8acdad1dc8cbbd6847eba1a34890.tar.gz
Term-Cap/Cap.pm: Fix POD errors
-rw-r--r--cpan/Term-Cap/Cap.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Term-Cap/Cap.pm b/cpan/Term-Cap/Cap.pm
index 004a03c412..82f40713dc 100644
--- a/cpan/Term-Cap/Cap.pm
+++ b/cpan/Term-Cap/Cap.pm
@@ -86,8 +86,6 @@ termcap manpage on most Unix-like systems.
=head2 METHODS
-=over 4
-
The output strings for B<Tputs> are cached for counts of 1 for performance.
B<Tgoto> and B<Tpad> do not cache. C<$self-E<gt>{_xx}> is the raw termcap
data and C<$self-E<gt>{xx}> is the cached version.
@@ -145,6 +143,8 @@ sub termcap_path
return grep { defined $_ && -f $_ } @termcap_path;
}
+=over 4
+
=item B<Tgetent>
Returns a blessed object reference which the user can