summaryrefslogtreecommitdiffstats
path: root/lang/Makefile
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-04-28 15:08:08 +0000
committerjoe <joe@FreeBSD.org>2001-04-28 15:08:08 +0000
commit5b9b6f4eab02b42f0d6077d855308c0faaaa0de9 (patch)
treeb4f772d1c283800e004a3903b5c257f623ae464d /lang/Makefile
parentfa8aa2f999e49cf40ad40ee7336048e84c92f329 (diff)
downloadFreeBSD-ports-5b9b6f4eab02b42f0d6077d855308c0faaaa0de9.zip
FreeBSD-ports-5b9b6f4eab02b42f0d6077d855308c0faaaa0de9.tar.gz
Switch.pm provides the syntax and semantics for an explicit case
mechanism for Perl. The syntax is minimal, introducing only the keywords switch and case and conforming to the general pattern of existing Perl control structures. The semantics are particularly rich, allowing any one (or more) of nearly 30 forms of matching to be used when comparing a switch value with its various cases. PR: ports/26875
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index cba225e..ae4c6c6 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -84,6 +84,7 @@
SUBDIR += p5-Error
SUBDIR += p5-Expect
SUBDIR += p5-F77
+ SUBDIR += p5-Switch
SUBDIR += p5-Tcl
SUBDIR += p5-ePerl
SUBDIR += pbasic
OpenPOWER on IntegriCloud