pkgsrc/devel/p5-Acme-PlayCode/DESCR
sno c0895faf31 Importing devel/p5-Acme-PlayCode 0.11 as dependency of Padre play code
plugin.

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)'.
2010-01-16 16:08:32 +00:00

3 lines
201 B
Text

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)'.