diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-10-13 09:48:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-10-13 09:48:10 +0000 |
commit | 9f86fb711bac5e85a6e4135580525c11e51d061c (patch) | |
tree | bb1ecafd770fd75da8c1161b5c492b1e3d2eef72 /perl_checker.src/tree.ml | |
parent | 078acf88d3cc0a0b009690c5cbf951277c041598 (diff) | |
download | perl-MDK-Common-9f86fb711bac5e85a6e4135580525c11e51d061c.tar perl-MDK-Common-9f86fb711bac5e85a6e4135580525c11e51d061c.tar.gz perl-MDK-Common-9f86fb711bac5e85a6e4135580525c11e51d061c.tar.bz2 perl-MDK-Common-9f86fb711bac5e85a6e4135580525c11e51d061c.tar.xz perl-MDK-Common-9f86fb711bac5e85a6e4135580525c11e51d061c.zip |
replace "my $foo = ... if <cond>" with "my $foo = <cond> && ..."
replace "<cond> or my $foo = ..." with "my $foo = !<cond> && ..."
Diffstat (limited to 'perl_checker.src/tree.ml')
0 files changed, 0 insertions, 0 deletions