This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump version of Switch to 2.15 for CPAN release
[perl5.git] / dist / Switch / README
1 ==============================================================================
2                       Release of version 2.15 of Switch
3 ==============================================================================
4
5
6 NAME
7     Switch - A switch statement for Perl
8
9 DESCRIPTION
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
18 AUTHOR
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
23 COPYRIGHT
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.