diff options
Diffstat (limited to 'pod/perlcompile.pod')
-rw-r--r-- | pod/perlcompile.pod | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pod/perlcompile.pod b/pod/perlcompile.pod index e5544ec444..282592e9fb 100644 --- a/pod/perlcompile.pod +++ b/pod/perlcompile.pod @@ -183,9 +183,6 @@ one-liners: rename $was, $_ unless $was eq $_; } -(this is the I<rename> program that comes in the I<eg/> directory -of the Perl source distribution). - The decompiler has several options for the code it generates. For instance, you can set the size of each indent from 4 (as above) to 2 with: |