1PPI::Structure::Given(3U)ser Contributed Perl DocumentatiPoPnI::Structure::Given(3)
2
3
4

NAME

6       PPI::Structure::Given - Circular braces for a switch statement
7

SYNOPSIS

9         given ( something ) {
10             ...
11         }
12

INHERITANCE

14         PPI::Structure::Given
15         isa PPI::Structure
16             isa PPI::Node
17                 isa PPI::Element
18

DESCRIPTION

20       "PPI::Structure::Given" is the class used for circular braces that
21       contain the thing to be matched in a switch statement.
22

METHODS

24       "PPI::Structure::Given" has no methods beyond those provided by the
25       standard PPI::Structure, PPI::Node and PPI::Element methods.
26
27       Got any ideas for methods? Submit a report to rt.cpan.org!
28

SUPPORT

30       See the support section in the main module.
31

AUTHOR

33       Adam Kennedy <adamk@cpan.org>
34
36       Copyright 2001 - 2011 Adam Kennedy.
37
38       This program is free software; you can redistribute it and/or modify it
39       under the same terms as Perl itself.
40
41       The full text of the license can be found in the LICENSE file included
42       with this module.
43
44
45
46perl v5.16.3                      2011-02-26          PPI::Structure::Given(3)
Impressum