From c0e71a27c71a8acdad1dc8cbbd6847eba1a34890 Mon Sep 17 00:00:00 2001 From: Dominic Hargreaves Date: Sat, 11 Feb 2012 14:13:07 -0700 Subject: [PATCH] Term-Cap/Cap.pm: Fix POD errors --- cpan/Term-Cap/Cap.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpan/Term-Cap/Cap.pm b/cpan/Term-Cap/Cap.pm index 004a03c..82f4071 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 are cached for counts of 1 for performance. B and B do not cache. C<$self-E{_xx}> is the raw termcap data and C<$self-E{xx}> is the cached version. @@ -145,6 +143,8 @@ sub termcap_path return grep { defined $_ && -f $_ } @termcap_path; } +=over 4 + =item B Returns a blessed object reference which the user can -- 2.7.4