This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c62c3cd
)
Term-Cap/Cap.pm: Fix POD errors
author
Dominic Hargreaves
<dom@earth.li>
Sat, 11 Feb 2012 21:13:07 +0000
(14:13 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Sat, 11 Feb 2012 21:35:46 +0000
(14:35 -0700)
cpan/Term-Cap/Cap.pm
patch
|
blob
|
blame
|
history
diff --git
a/cpan/Term-Cap/Cap.pm
b/cpan/Term-Cap/Cap.pm
index
004a03c
..
82f4071
100644
(file)
--- 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