diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2001-04-28 15:08:08 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2001-04-28 15:08:08 +0000 |
commit | c4e3d79cbccd46b52aff7abfa04afeca9094835f (patch) | |
tree | f98ab4a3bb793888edd6196453c069577b09ec22 /lang/Makefile | |
parent | 4dcbaf4ca4dcfdedc361c8e031b86e47597b6389 (diff) |
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
Notes
Notes:
svn path=/head/; revision=42006
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index cba225e45e3d..ae4c6c64127b 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 |