Moved Locale-Maketext from lib/ to ext/
[p5sagit/p5-mst-13.2.git] / ext / Switch / README
CommitLineData
b7b3275c 1==============================================================================
2 Release of version 2.14 of Switch
3==============================================================================
4
5
6NAME
7 Switch - A switch statement for Perl
8
9DESCRIPTION
10
11 Switch.pm provides the syntax and semantics for an explicit case
12 mechanism for Perl. The syntax is minimal, introducing only the
13 keywords C<switch> and C<case> and conforming to the general pattern
14 of existing Perl control structures. The semantics are particularly
15 rich, allowing any one (or more) of nearly 30 forms of matching to
16 be used when comparing a switch value with its various cases.
17
18AUTHOR
19 Damian Conway (damian@conway.org)
20 Maintained by Rafael Garcia-Suarez (rgarciasuarez@gmail.com)
21 and the Perl 5 porters (perl5-porters@gmail.com)
22
23COPYRIGHT
24 Copyright (c) 1997-2008, Damian Conway. All Rights Reserved.
25 This module is free software. It may be used, redistributed
26 and/or modified under the same terms as Perl itself.