X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfilter.pod;h=4221371a05dc2e40e157cbea475704260a9cdf53;hb=a4c04bdcc508b6a45f83e703d0f82401445aa55b;hp=d5fae925b18370793046d403a9dda4942aa9e15a;hpb=4449c45db36a9fb1a03b0fdb9e259facf9647898;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfilter.pod b/pod/perlfilter.pod index d5fae92..4221371 100644 --- a/pod/perlfilter.pod +++ b/pod/perlfilter.pod @@ -1,7 +1,6 @@ =head1 NAME perlfilter - Source Filters - =head1 DESCRIPTION @@ -198,7 +197,7 @@ going to this trouble is when writing a source scrambler. The C filter (which unscrambles the source before Perl parses it) included with the source filter distribution is an example of a C source filter (see Decryption Filters, below). - + =over 5 @@ -410,6 +409,7 @@ Here is the complete Debug filter: package Debug; use strict; + use warnings; use Filter::Util::Call ; use constant TRUE => 1 ; @@ -557,6 +557,11 @@ The Source Filters distribution is available on CPAN, in CPAN/modules/by-module/Filter +Starting from Perl 5.8 Filter::Util::Call (the core part of the +Source Filters distribution) is part of the standard Perl distribution. +Also included is a friendlier interface called Filter::Simple, by +Damian Conway. + =head1 AUTHOR Paul Marquess EPaul.Marquess@btinternet.comE