aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-REPL/pkg-descr
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-09-02 17:23:30 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-09-02 17:23:30 +0000
commita65606c10e76919adc28771510fc5161888dbeb5 (patch)
tree8e0dd88960f26157e837a903756b4e1eb2116348 /devel/p5-Devel-REPL/pkg-descr
parentcaab476be83664064b855d5f1c7edc4c6d22419a (diff)
downloadports-a65606c10e76919adc28771510fc5161888dbeb5.tar.gz
ports-a65606c10e76919adc28771510fc5161888dbeb5.zip
This is an interactive shell for Perl, commonly known as a REPL -
Read, Evaluate, Print, Loop. The shell provides for rapid development or testing of code without the need to create a temporary source code file. Through a plugin system, many features are available on demand. You can also tailor the environment through the use of profiles and run control files, for example to pre-load certain Perl modules when working on a particular project. WWW: http://search.cpan.org/dist/Devel-REPL/ PR: ports/138359 Submitted by: Ashish SHUKLA <wahjava at gmail.com>
Notes
Notes: svn path=/head/; revision=240750
Diffstat (limited to 'devel/p5-Devel-REPL/pkg-descr')
-rw-r--r--devel/p5-Devel-REPL/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-Devel-REPL/pkg-descr b/devel/p5-Devel-REPL/pkg-descr
new file mode 100644
index 000000000000..14af51dae0a4
--- /dev/null
+++ b/devel/p5-Devel-REPL/pkg-descr
@@ -0,0 +1,11 @@
+This is an interactive shell for Perl, commonly known as a REPL -
+Read, Evaluate, Print, Loop. The shell provides for rapid development
+or testing of code without the need to create a temporary source code
+file.
+
+Through a plugin system, many features are available on demand. You
+can also tailor the environment through the use of profiles and run
+control files, for example to pre-load certain Perl modules when
+working on a particular project.
+
+WWW: http://search.cpan.org/dist/Devel-REPL/