1PPI::Statement::Given(3U)ser Contributed Perl DocumentatiPoPnI::Statement::Given(3)
2
3
4
6 PPI::Statement::Given - A given-when statement
7
9 given ( foo ) {
10 say $_;
11 }
12
14 PPI::Statement::Given
15 isa PPI::Statement
16 isa PPI::Node
17 isa PPI::Element
18
20 "PPI::Statement::Given" objects are used to describe switch statements,
21 as described in perlsyn.
22
24 "PPI::Statement::Given" has no methods beyond those provided by the
25 standard PPI::Structure, PPI::Node and PPI::Element methods.
26
28 - Write unit tests for this package
29
31 See the support section in the main module.
32
34 Adam Kennedy <adamk@cpan.org>
35
37 Copyright 2001 - 2011 Adam Kennedy.
38
39 This program is free software; you can redistribute it and/or modify it
40 under the same terms as Perl itself.
41
42 The full text of the license can be found in the LICENSE file included
43 with this module.
44
45
46
47perl v5.30.1 2020-01-30 PPI::Statement::Given(3)