diff options
author | Apocalypse <perl@0ne.us> | 2011-02-15 18:38:04 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-02-15 20:25:25 -0800 |
commit | 96090e4f0acf1d24051c680595b4740bd24cb69a (patch) | |
tree | 2018450c5cbec81deb0268f3d899e03534c797b9 /pod/perlfaq8.pod | |
parent | c05760c68edc298aadab73da2781ba0fe1cf24b6 (diff) | |
download | perl-96090e4f0acf1d24051c680595b4740bd24cb69a.tar.gz |
Fix bad pod links found by Test::Pod::LinkCheck
Diffstat (limited to 'pod/perlfaq8.pod')
-rw-r--r-- | pod/perlfaq8.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq8.pod b/pod/perlfaq8.pod index 99af392875..0e9fcc5bfd 100644 --- a/pod/perlfaq8.pod +++ b/pod/perlfaq8.pod @@ -933,7 +933,7 @@ approach will suffice: =head2 How can I write expect in Perl? -Once upon a time, there was a library called L<chat2.pl> (part of the +Once upon a time, there was a library called F<chat2.pl> (part of the standard perl distribution), which never really got finished. If you find it somewhere, I<don't use it>. These days, your best bet is to look at the Expect module available from CPAN, which also requires two |