Change 17517 by rgs@rgs-home on 2002/07/13 11:46:14 Minor doc changes for PerlIO::via.
Affected files ... .... //depot/perl/ext/PerlIO/via/via.pm#3 edit Differences ... ==== //depot/perl/ext/PerlIO/via/via.pm#3 (text) ==== Index: perl/ext/PerlIO/via/via.pm --- perl/ext/PerlIO/via/via.pm#2~17470~ Wed Jul 10 13:24:47 2002 +++ perl/ext/PerlIO/via/via.pm Sat Jul 13 04:46:14 2002 @@ -26,7 +26,7 @@ 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: +PerlIO::via::StripHTML module for instance, allows you to say: use PerlIO::via::StripHTML; open( my $fh, "<:via(StripHTML)", "index.html" ); @@ -49,8 +49,8 @@ the default namespace feature of the PerlIO::via module itself. Please note that this is an area of recent development in Perl and that the -interface described here is therefor still subject to change (and hopefully -better documentation and more examples). +interface described here is therefore still subject to change (and hopefully +will have better documentation and more examples). In the method descriptions below I<$fh> will be a reference to a glob which can be treated as a perl file handle. @@ -178,7 +178,7 @@ =head2 Example - a Hexadecimal Handle -Given the following module, PerlIO::via::Hex.pm: +Given the following module, PerlIO::via::Hex : package PerlIO::via::Hex; End of Patch.