1Mo::is(3)             User Contributed Perl Documentation            Mo::is(3)
2
3
4

Name

6       Mo::is - Adds the is feature to Mo's has
7

Synopsis

9           use Mo qw'is';
10           has name => ( is => 'ro' );
11

Description

13       Adds the is parameter to has. If you set it to ro, the accessor will
14       only work as a getter. You will still able to set the value at
15       construction time via "new".
16
17
18
19perl v5.30.0                      2019-07-26                         Mo::is(3)
Impressum