X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlcompile.pod;h=505ce68384f2c563ada888f08231cdd98b66456d;hb=80be973138d7f5bbcbe6ee9116f155c2883f2741;hp=881f02b914339520206925454e2d341b8c8fbdaf;hpb=de1254415ffeb03ba71a0802be6f212b10153304;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlcompile.pod b/pod/perlcompile.pod index 881f02b..505ce68 100644 --- a/pod/perlcompile.pod +++ b/pod/perlcompile.pod @@ -134,7 +134,7 @@ I to the file I: =head2 The Decompiling Back End The Deparse back end turns your Perl source back into Perl source. It -can reformat along the way, making it useful as a de-obfuscator. The +can reformat along the way, making it useful as a deobfuscator. The most basic way to use it is: $ perl -MO=Deparse myperlprogram