# Pod::ParseLink -- Parse an L<> formatting code in POD text.
-# $Id: ParseLink.pm,v 1.4 2001/11/23 06:19:00 eagle Exp $
+# $Id: ParseLink.pm,v 1.5 2001/12/01 01:34:49 eagle Exp $
#
# Copyright 2001 by Russ Allbery <rra@stanford.edu>
#
# Don't use the CVS revision as the version, since this module is also in Perl
# core and too many things could munge CVS magic revision strings. This
# number should ideally be the same as the CVS revision in podlators, however.
-$VERSION = 1.04;
+$VERSION = 1.05;
##############################################################################
=head1 NAME
-Pod::ParseLink -- Parse an L<> formatting code in POD text
+Pod::ParseLink -- Parse an LE<lt>E<gt> formatting code in POD text
=head1 SYNOPSIS
# Pod::Text::Termcap -- Convert POD data to ASCII text with format escapes.
-# $Id: Termcap.pm,v 1.5 2001/11/28 00:21:28 eagle Exp $
+# $Id: Termcap.pm,v 1.6 2001/11/28 05:44:09 eagle Exp $
#
# Copyright 1999, 2001 by Russ Allbery <rra@stanford.edu>
#
. ":/usr/share/misc/termcap:/usr/share/lib/termcap";
# Fall back on a hard-coded terminal speed if POSIX::Termios isn't
- # available.
+ # available (such as on VMS).
eval { $termios = POSIX::Termios->new };
if ($@) {
$ospeed = '9600';