diff options
author | sno <sno@pkgsrc.org> | 2010-01-16 16:08:32 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-16 16:08:32 +0000 |
commit | 4aee3a3b9447085160bf078878ec9ff06f38de35 (patch) | |
tree | 5642e88cef22ab5b1e0b8981fae271bfd3b004fd /devel/p5-Acme-PlayCode/DESCR | |
parent | fb10a4055b11594c2d187a4fa4b54d5d349f0264 (diff) | |
download | pkgsrc-4aee3a3b9447085160bf078878ec9ff06f38de35.tar.gz |
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)'.
Diffstat (limited to 'devel/p5-Acme-PlayCode/DESCR')
-rw-r--r-- | devel/p5-Acme-PlayCode/DESCR | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-Acme-PlayCode/DESCR b/devel/p5-Acme-PlayCode/DESCR new file mode 100644 index 00000000000..9d02eb560a1 --- /dev/null +++ b/devel/p5-Acme-PlayCode/DESCR @@ -0,0 +1,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)'. |