X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlmodlib.pod;h=f10d04bb4a239c22bf0526ff7b8987d6fdeca078;hb=c8984b0bd19897e6e30588055ac0338326f20a34;hp=5d0e5b048a9f2b877995e10cb4f4be298e6ce9de;hpb=b3eb6a9ba72c92b7decf330d8d63b32ba5499629;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index 5d0e5b0..f10d04b 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -21,7 +21,7 @@ bulletproof. They work somewhat like pragmas in that they tend to affect the compilation of your program, and thus will usually work well only when used within a -C, or C. Most of these are locally scoped, so an inner BLOCK +C, or C. Most of these are lexically scoped, so an inner BLOCK may countermand any of these by saying: no integer;