Subject: CVS commit: pkgsrc/lang/p5-Switch
From: OBATA Akio
Date: 2011-10-28 11:14:41
Message id: 20111028091441.79610175DD@cvs.netbsd.org

Log Message:
Import p5-Switch-2.16 as lang/p5-Switch.

Switch.pm provides the syntax and semantics for an explicit case mechanism for
Perl.  The syntax is minimal, introducing only the keywords C<switch> and
C<case> and conforming to the general pattern of existing Perl control
structures.  The semantics are particularly rich, allowing any one (or more) of
early 30 forms of matching to be used when comparing a switch value with its
various cases.


Files:
RevisionActionfile
1.1importpkgsrc/lang/p5-Switch/Makefile
1.1importpkgsrc/lang/p5-Switch/DESCR
1.1importpkgsrc/lang/p5-Switch/distinfo
1.1importpkgsrc/lang/p5-Switch/patches/patch-Switch.pm