freebsd-ports/lang/p5-Switch/pkg-descr
Anton Berezin c8df88ddad Updated MAINTAINER to my new committer email address.
Do the same for pkg-descr files.

Approved by:	markm
2001-06-12 19:25:41 +00:00

9 lines
417 B
Text

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.
-Anton
<tobez@FreeBSD.org>