diff options
author | Elizabeth Mattijsen <liz@dijkmat.nl> | 2002-07-10 23:13:52 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-10 20:24:47 +0000 |
commit | 385e1f9fd66a9146b7463c05d27e5028541ba2f1 (patch) | |
tree | 917b8d02fa529fb5ebe85b2543755d2843a4a3a0 /ext/PerlIO | |
parent | 415c47386cbaaeba799eb4450916189f62200e8b (diff) | |
download | perl-385e1f9fd66a9146b7463c05d27e5028541ba2f1.tar.gz |
[DOC PATCH] some doc nits after 17463
Message-Id: <4.2.0.58.20020710211105.032546d0@mickey.dijkmat.nl>
p4raw-id: //depot/perl@17470
Diffstat (limited to 'ext/PerlIO')
-rw-r--r-- | ext/PerlIO/via/via.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/PerlIO/via/via.pm b/ext/PerlIO/via/via.pm index cab00fabd6..cca09d8f50 100644 --- a/ext/PerlIO/via/via.pm +++ b/ext/PerlIO/via/via.pm @@ -23,7 +23,7 @@ The PerlIO::via module allows you to develop PerlIO layers in Perl, without having to go into the nitty gritty of programming C with XS as the interface to Perl. -One example module, L<PerlIO::via::QuotedPrint>, is include with Perl +One example module, L<PerlIO::via::QuotedPrint>, is included with Perl 5.8.0, and more example modules are available from CPAN, such as L<PerlIO::via::StripHTML> and L<PerlIO::via::Base64>. The PerlIO::via::StripHTML for instance, allows you to say: |