From: Abigail Date: Fri, 9 Jan 2009 19:01:06 +0000 (+0100) Subject: Be consistent in writing deobfuscator X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c1e314941067f7269566ddacb109b93fc3040de3;p=p5sagit%2Fp5-mst-13.2.git Be consistent in writing deobfuscator --- 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