summaryrefslogtreecommitdiff
path: root/devel/p5-Acme-PlayCode/DESCR
blob: 9d02eb560a1f5974161a4f48e6c3e7552f0a90b8 (plain)
1
2
3
Acme::PlayCode provides some code transformations via plugins to convert
existing code into code with lesser risk of typing errors, e.g.
'if($a == 5)' -> 'if(5 == $a)' to avoid typo like 'if($a = 5)'.