X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfilter.pod;h=c3c83153adfaf643b415846f00cf8f529ad23bd2;hb=a13595b5281fdbbbab355732a452b568bedb399e;hp=d5fae925b18370793046d403a9dda4942aa9e15a;hpb=cb50131aab68ac6dda048612c6e853b8cb08701e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfilter.pod b/pod/perlfilter.pod index d5fae92..c3c8315 100644 --- a/pod/perlfilter.pod +++ b/pod/perlfilter.pod @@ -1,7 +1,7 @@ =head1 NAME perlfilter - Source Filters - + =head1 DESCRIPTION @@ -198,7 +198,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 +410,7 @@ Here is the complete Debug filter: package Debug; use strict; + use warnings; use Filter::Util::Call ; use constant TRUE => 1 ;